Class: Google::Cloud::DiscoveryEngine::V1::ListSessionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb

Overview

Response for ListSessions method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pagination token, if not returned indicates the last page.

Returns:

  • (::String)

    Pagination token, if not returned indicates the last page.



795
796
797
798
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 795

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

#sessions::Array<::Google::Cloud::DiscoveryEngine::V1::Session>

Returns All the Sessions for a given data store.

Returns:



795
796
797
798
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 795

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