Google Cloud Dialogflow V2 Client - Class State (1.3.2)

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

State of the model.

Protobuf type google.cloud.dialogflow.v2.ConversationModel.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Should not be used, an un-set enum has this value by default.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Model being created.

Generated from protobuf enum CREATING = 1;

UNDEPLOYED

Value: 2

Model is not deployed but ready to deploy.

Generated from protobuf enum UNDEPLOYED = 2;

DEPLOYING

Value: 3

Model is deploying.

Generated from protobuf enum DEPLOYING = 3;

DEPLOYED

Value: 4

Model is deployed and ready to use.

Generated from protobuf enum DEPLOYED = 4;

UNDEPLOYING

Value: 5

Model is undeploying.

Generated from protobuf enum UNDEPLOYING = 5;

DELETING

Value: 6

Model is deleting.

Generated from protobuf enum DELETING = 6;

FAILED

Value: 7

Model is in error state. Not ready to deploy and use.

Generated from protobuf enum FAILED = 7;

PENDING

Value: 8

Model is being created but the training has not started, The model may remain in this state until there is enough capacity to start training.

Generated from protobuf enum PENDING = 8;