Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class State.
Possible states of the document
Protobuf type google.cloud.dialogflow.v2.Document.State
Namespace
Google \ Cloud \ Dialogflow \ V2 \ DocumentMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The document state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The document creation is in progress.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The document is active and ready to use.
Generated from protobuf enum ACTIVE = 2;
UPDATING
Value: 3The document updation is in progress.
Generated from protobuf enum UPDATING = 3;
RELOADING
Value: 4The document is reloading.
Generated from protobuf enum RELOADING = 4;
DELETING
Value: 5The document deletion is in progress.
Generated from protobuf enum DELETING = 5;