Google Cloud Dialogflow v2beta1 API - Enum Environment.Types.State (1.0.0-beta15)

public enum Environment.Types.State

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum Environment.Types.State.

Represents an environment state. When an environment is pointed to a new agent version, the environment is temporarily set to the LOADING state. During that time, the environment keeps on serving the previous version of the agent. After the new agent version is done loading, the environment is set back to the RUNNING state.

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Fields

NameDescription
Loading

Loading.

Running

Running.

Stopped

Stopped.

Unspecified

Not specified. This value is not used.