Class: Google::Cloud::DiscoveryEngine::V1beta::ListSessionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListSessionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Response for ListSessions method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pagination token, if not returned indicates the last page.
-
#sessions ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Session>
All the Sessions for a given data store.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pagination token, if not returned indicates the last page.
700 701 702 703 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 700 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sessions ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Session>
Returns All the Sessions for a given data store.
700 701 702 703 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 700 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |