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: 0
State unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The operation has been created.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2
The operation is currently running.
Generated from protobuf enum RUNNING = 2;
DONE
Value: 3
The operation is done, either cancelled or completed.
Generated from protobuf enum DONE = 3;