Google Cloud Dialogflow Cx V3 Client - Class State (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class State.

The state of the deployment.

Protobuf type google.cloud.dialogflow.cx.v3.Deployment.State

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Deployment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The deployment is running.

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

Value: 2

The deployment succeeded.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The deployment failed.

Generated from protobuf enum FAILED = 3;