Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ListSessionsResponse.
Response for ListSessions method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — Pagination token, if not returned indicates the last page.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Pagination token, if not returned indicates the last page.
    Returns
    
  - (::String) — Pagination token, if not returned indicates the last page.
#sessions
def sessions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::Session>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1::Session>) — All the Sessions for a given data store.
#sessions=
def sessions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::Session>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1::Session>) — All the Sessions for a given data store.
    Returns
    
- (::Array<::Google::Cloud::DiscoveryEngine::V1::Session>) — All the Sessions for a given data store.