Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class 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.
Protobuf type google.cloud.dialogflow.v2.Environment.State
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not specified. This value is not used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STOPPED
Value: 1
Stopped.
Generated from protobuf enum STOPPED = 1;
LOADING
Value: 2
Loading.
Generated from protobuf enum LOADING = 2;
RUNNING
Value: 3
Running.
Generated from protobuf enum RUNNING = 3;