Class: Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb
Overview
Message for response to listing conversations.
Instance Attribute Summary collapse
-
#conversations ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>
The list of conversations.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#conversations ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Conversation>
137 138 139 140 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb', line 137 class ListConversationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
137 138 139 140 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/conversation.rb', line 137 class ListConversationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |