Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListMessagesResponse.
Response for listing chat messages.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#messages
def messages() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>) — The list of chat messages.
#messages=
def messages=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>) — The list of chat messages.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StorageMessage>) — The list of chat messages.
#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.