Google Cloud Dialogflow V2 Client - Class State (1.6.0)

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 \ Document

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The document state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The document creation is in progress.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The document is active and ready to use.

Generated from protobuf enum ACTIVE = 2;

UPDATING

Value: 3

The document updation is in progress.

Generated from protobuf enum UPDATING = 3;

RELOADING

Value: 4

The document is reloading.

Generated from protobuf enum RELOADING = 4;

DELETING

Value: 5

The document deletion is in progress.

Generated from protobuf enum DELETING = 5;