Class: Google::Cloud::Dialogflow::V2::ListMessagesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

The response message for Conversations.ListMessages.

Instance Attribute Summary collapse

Instance Attribute Details

#messages::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.



237
238
239
240
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 237

class ListMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns 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.



237
238
239
240
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 237

class ListMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end