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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Operation status not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INITIALIZING
Value: 1
The operation is being prepared.
Generated from protobuf enum INITIALIZING = 1;
RUNNING
Value: 2
The operation is running.
Generated from protobuf enum RUNNING = 2;
CANCELLED
Value: 3
The operation is cancelled.
Generated from protobuf enum CANCELLED = 3;
SUCCEEDED
Value: 4
The operation has succeeded.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5
The operation has failed.
Generated from protobuf enum FAILED = 5;