Class: Google::Cloud::GeminiDataAnalytics::V1beta::ConversationReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::ConversationReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
Reference to a persisted conversation and agent context.
Instance Attribute Summary collapse
-
#conversation ⇒ ::String
Required.
-
#data_agent_context ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext
Required.
Instance Attribute Details
#conversation ⇒ ::String
Returns Required. Name of the conversation resource.
Format:
projects/{project}/locations/{location}/conversations/{conversation_id}.
306 307 308 309 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 306 class ConversationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_agent_context ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext
Returns Required. Context for the chat request using a data agent.
306 307 308 309 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 306 class ConversationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |