GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ListAnswerRecordsResponse (google_api_dialogflow v0.73.0) View Source
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 toListAnswerRecordsmethod to retrieve the next page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ListAnswerRecordsResponse{
answerRecords:
[GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerRecord.t()]
| nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.