GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ListAnswerRecordsResponse (google_api_dialogflow v0.89.0)
View SourceResponse 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 toListAnswerRecordsmethod 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 }