Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::DataAnalyticsAgent.
Message describing a DataAnalyticsAgent object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_published_context
def last_published_context() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Output only. The last published context for the agent. This is an output-only field populated by the system when the published context is updated. It is used to restore the agent to a previous state.
#published_context
def published_context() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Optional. The published context for the agent. This context is used by the Chat API in production.
#published_context=
def published_context=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Optional. The published context for the agent. This context is used by the Chat API in production.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Optional. The published context for the agent. This context is used by the Chat API in production.
#staging_context
def staging_context() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Optional. The staging context for the agent. This context is used to test and validate changes before publishing.
#staging_context=
def staging_context=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Context
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Optional. The staging context for the agent. This context is used to test and validate changes before publishing.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Context) — Optional. The staging context for the agent. This context is used to test and validate changes before publishing.