Class: Google::Cloud::GeminiDataAnalytics::V1::ConversationReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb

Overview

Reference to a persisted conversation and agent context.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation::String

Returns Required. Name of the conversation resource. Format: projects/{project}/locations/{location}/conversations/{conversation_id}.

Returns:

  • (::String)

    Required. Name of the conversation resource. Format: projects/{project}/locations/{location}/conversations/{conversation_id}



199
200
201
202
# File 'proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb', line 199

class ConversationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#data_agent_context::Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext

Returns Required. Context for the chat request using a data agent.

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb', line 199

class ConversationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end