Class: Google::Cloud::GeminiDataAnalytics::V1beta::ListMessagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ListMessagesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
Response for listing chat messages.
Instance Attribute Summary collapse
-
#messages ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>
The list of chat messages.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#messages ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>
Returns The list of chat messages.
200 201 202 203 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 200 class ListMessagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
200 201 202 203 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 200 class ListMessagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |