Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::ListConversationsResponse (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListConversationsResponse.

Response for ListConversations method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversations

def conversations() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Conversation>
Returns

#conversations=

def conversations=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Conversation>
Parameter
Returns

#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.