Google Cloud Dialogflow V2 Client - Class State (1.8.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Environment

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;