View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ListAnswerRecordsResponse (google_api_dialogflow v0.77.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 to ListAnswerRecords 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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.