Class: Google::Cloud::GeminiDataAnalytics::V1beta::Message
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::Message
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A message from an interaction between the user and the system.
Instance Attribute Summary collapse
-
#message_id ⇒ ::String
Optional.
-
#system_message ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SystemMessage
A message from the system in response to the user.
-
#timestamp ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#user_message ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::UserMessage
A message from the user that is interacting with the system.
Instance Attribute Details
#message_id ⇒ ::String
349 350 351 352 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 349 class Message include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#system_message ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SystemMessage
349 350 351 352 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 349 class Message include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |