Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ClientManagedResourceContext.
Context with client managed resources. Some clients may not use GDA managed resources including conversations and agents, instead they create and manage their own conversations and agents resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_id
def agent_id() -> ::String
Returns
- (::String) — Optional. The client managed agent id.
#agent_id=
def agent_id=(value) -> ::String
Parameter
- value (::String) — Optional. The client managed agent id.
Returns
- (::String) — Optional. The client managed agent id.
#conversation_id
def conversation_id() -> ::String
Returns
- (::String) — Optional. The client managed conversation id.
#conversation_id=
def conversation_id=(value) -> ::String
Parameter
- value (::String) — Optional. The client managed conversation id.
Returns
- (::String) — Optional. The client managed conversation id.
#inline_context
def inline_context() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Required. Context for the chat request. Use this to chat without GDA API managed conversation and agent persistence by passing all context inline.
#inline_context=
def inline_context=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Required. Context for the chat request. Use this to chat without GDA API managed conversation and agent persistence by passing all context inline.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Required. Context for the chat request. Use this to chat without GDA API managed conversation and agent persistence by passing all context inline.