Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsResponse.
Message for response to listing conversations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversations
def conversations() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>) — The list of conversations.
#conversations=
def conversations=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>) — The list of conversations.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>) — The list of conversations.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.