Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class State.
States of the operation.
Protobuf type google.cloud.dialogflow.v2.KnowledgeOperationMetadata.State
Namespace
Google \ Cloud \ Dialogflow \ V2 \ KnowledgeOperationMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1The operation has been created.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The operation is currently running.
Generated from protobuf enum RUNNING = 2;
DONE
Value: 3The operation is done, either cancelled or completed.
Generated from protobuf enum DONE = 3;