Module: Google::Cloud::Dialogflow::V2::Environment::State
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/environment.rb
Overview
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.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified. This value is not used.
0
- STOPPED =
Stopped.
1
- LOADING =
Loading.
2
- RUNNING =
Running.
3