Class: Google::Cloud::DiscoveryEngine::V1beta::ListConversationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListConversationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Response for ListConversations method.
Instance Attribute Summary collapse
-
#conversations ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Conversation>
All the Conversations for a given data store.
-
#next_page_token ⇒ ::String
Pagination token, if not returned indicates the last page.
Instance Attribute Details
#conversations ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Conversation>
Returns All the Conversations for a given data store.
225 226 227 228 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 225 class ListConversationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Pagination token, if not returned indicates the last page.
225 226 227 228 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 225 class ListConversationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |