Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class State.
State of CreateConversationModel operation.
Protobuf type google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State
Namespace
Google \ Cloud \ Dialogflow \ V2 \ CreateConversationModelEvaluationOperationMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Operation status not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INITIALIZING
Value: 1The operation is being prepared.
Generated from protobuf enum INITIALIZING = 1;
RUNNING
Value: 2The operation is running.
Generated from protobuf enum RUNNING = 2;
CANCELLED
Value: 3The operation is cancelled.
Generated from protobuf enum CANCELLED = 3;
SUCCEEDED
Value: 4The operation has succeeded.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5The operation has failed.
Generated from protobuf enum FAILED = 5;