Google Cloud Gemini Data Analytics V1beta Client - Class DataAnalyticsAgent (0.1.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class DataAnalyticsAgent.

Message describing a DataAnalyticsAgent object.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ staging_context Context

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

↳ published_context Context

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

↳ last_published_context 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.

getStagingContext

Optional. The staging context for the agent.

This context is used to test and validate changes before publishing.

Returns
Type Description
Context|null

hasStagingContext

clearStagingContext

setStagingContext

Optional. The staging context for the agent.

This context is used to test and validate changes before publishing.

Parameter
Name Description
var Context
Returns
Type Description
$this

getPublishedContext

Optional. The published context for the agent.

This context is used by the Chat API in production.

Returns
Type Description
Context|null

hasPublishedContext

clearPublishedContext

setPublishedContext

Optional. The published context for the agent.

This context is used by the Chat API in production.

Parameter
Name Description
var Context
Returns
Type Description
$this

getLastPublishedContext

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.

Returns
Type Description
Context|null

hasLastPublishedContext

clearLastPublishedContext

setLastPublishedContext

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.

Parameter
Name Description
var Context
Returns
Type Description
$this