Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ListMessagesResponse (v0.34.0)

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

The response message for Conversations.ListMessages.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#messages

def messages() -> ::Array<::Google::Cloud::Dialogflow::V2::Message>
Returns
  • (::Array<::Google::Cloud::Dialogflow::V2::Message>) — The list of messages. There will be a maximum number of items returned based on the page_size field in the request. messages is sorted by create_time in descending order.

#messages=

def messages=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Message>
Parameter
  • value (::Array<::Google::Cloud::Dialogflow::V2::Message>) — The list of messages. There will be a maximum number of items returned based on the page_size field in the request. messages is sorted by create_time in descending order.
Returns
  • (::Array<::Google::Cloud::Dialogflow::V2::Message>) — The list of messages. There will be a maximum number of items returned based on the page_size field in the request. messages is sorted by create_time in descending order.

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
  • (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.