Class: Google::Cloud::Dialogflow::V2::ListConversationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListConversationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The response message for Conversations.ListConversations.
Instance Attribute Summary collapse
-
#conversations ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Conversation>
The list of conversations.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#conversations ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Conversation>
The list of conversations. There will be a maximum number of items returned based on the page_size field in the request.
168 169 170 171 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 168 class ListConversationsResponse 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.
168 169 170 171 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 168 class ListConversationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |