Class: Google::Cloud::GeminiDataAnalytics::V1beta::ConversationReference

Inherits:
Object
  • Object
show all
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

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}



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.

Returns:



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