View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ListAnswerRecordsResponse (google_api_dialogflow v0.88.0)
Response message for AnswerRecords.ListAnswerRecords.
Attributes
-
answerRecords
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerRecord.t)
, default:nil
) - The list of answer records. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve next page of results. Or empty if there are no more results. Pass this value in the ListAnswerRecordsRequest.page_token field in the subsequent call toListAnswerRecords
method to retrieve the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ListAnswerRecordsResponse{ answerRecords: [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerRecord.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.