Module google_api_proto::google::cloud::dialogflow::v2beta1::environment
source · Expand description
Nested message and enum types in Environment
.
Enums§
- 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 theRUNNING
state.