Class: Google::Cloud::GeminiDataAnalytics::V1beta::ListMessagesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#messages::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>

Returns The list of chat messages.

Returns:



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.

Returns:

  • (::String)

    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