Class: Google::Cloud::GeminiDataAnalytics::V1beta::UserMessage
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::UserMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A message from the user that is interacting with the system.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Text should use this field instead of blob.
Instance Attribute Details
#text ⇒ ::String
Returns Text should use this field instead of blob.
358 359 360 361 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 358 class UserMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |