Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ConversationReference.
Reference to a persisted conversation and agent context.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::String Returns
- (::String) — Required. Name of the conversation resource. Format:
projects/{project}/locations/{location}/conversations/{conversation_id}
#conversation=
def conversation=(value) -> ::String Parameter
- value (::String) — 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}
#data_agent_context
def data_agent_context() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext) — Required. Context for the chat request using a data agent.
#data_agent_context=
def data_agent_context=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext) — Required. Context for the chat request using a data agent.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgentContext) — Required. Context for the chat request using a data agent.