Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class DataAnalyticsAgent.
Message describing a DataAnalyticsAgent object.
Generated from protobuf message google.cloud.geminidataanalytics.v1.DataAnalyticsAgent
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
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.
hasStagingContext
clearStagingContext
setStagingContext
Optional. The staging context for the agent.
This context is used to test and validate changes before publishing.
$this
getPublishedContext
Optional. The published context for the agent.
This context is used by the Chat API in production.
hasPublishedContext
clearPublishedContext
setPublishedContext
Optional. The published context for the agent.
This context is used by the Chat API in production.
$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.
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.
$this

