Data Analytics API with Gemini v1beta API - Class DataAnalyticsAgent (1.0.0-beta01)

public sealed class DataAnalyticsAgent : IMessage<DataAnalyticsAgent>, IEquatable<DataAnalyticsAgent>, IDeepCloneable<DataAnalyticsAgent>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class DataAnalyticsAgent.

Message describing a DataAnalyticsAgent object.

Inheritance

object > DataAnalyticsAgent

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

DataAnalyticsAgent()

public DataAnalyticsAgent()

DataAnalyticsAgent(DataAnalyticsAgent)

public DataAnalyticsAgent(DataAnalyticsAgent other)
Parameter
Name Description
other DataAnalyticsAgent

Properties

LastPublishedContext

public Context LastPublishedContext { get; set; }

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.

Property Value
Type Description
Context

PublishedContext

public Context PublishedContext { get; set; }

Optional. The published context for the agent. This context is used by the Chat API in production.

Property Value
Type Description
Context

StagingContext

public Context StagingContext { get; set; }

Optional. The staging context for the agent. This context is used to test and validate changes before publishing.

Property Value
Type Description
Context