Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::ListConversationsResponse (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ListConversationsResponse.

Response message for AgentService.ListConversations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversations

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

#conversations=

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

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that can be sent as ListConversationsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
Returns