Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class OutputState.
Output state.
Protobuf type google.cloud.dialogflow.cx.v3.OutputState
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OUTPUT_STATE_UNSPECIFIED
Value: 0Unspecified output.
Generated from protobuf enum OUTPUT_STATE_UNSPECIFIED = 0;
OUTPUT_STATE_OK
Value: 1Succeeded.
Generated from protobuf enum OUTPUT_STATE_OK = 1;
OUTPUT_STATE_CANCELLED
Value: 2Cancelled.
Generated from protobuf enum OUTPUT_STATE_CANCELLED = 2;
OUTPUT_STATE_FAILED
Value: 3Failed.
Generated from protobuf enum OUTPUT_STATE_FAILED = 3;
OUTPUT_STATE_ESCALATED
Value: 4Escalated.
Generated from protobuf enum OUTPUT_STATE_ESCALATED = 4;
OUTPUT_STATE_PENDING
Value: 5Pending.
Generated from protobuf enum OUTPUT_STATE_PENDING = 5;