Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ListAnswerRecordsResponse (v0.18.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ListAnswerRecordsResponse.

Response message for AnswerRecords.ListAnswerRecords.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#answer_records

def answer_records() -> ::Array<::Google::Cloud::Dialogflow::V2::AnswerRecord>
Returns

#answer_records=

def answer_records=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::AnswerRecord>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — 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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.