Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class PlaybookType.
Type of the playbook.
Protobuf type google.cloud.dialogflow.cx.v3.Playbook.PlaybookType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ PlaybookMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PLAYBOOK_TYPE_UNSPECIFIED
Value: 0Unspecified type. Default to TASK.
Generated from protobuf enum PLAYBOOK_TYPE_UNSPECIFIED = 0;
TASK
Value: 1Task playbook.
Generated from protobuf enum TASK = 1;
ROUTINE
Value: 3Routine playbook.
Generated from protobuf enum ROUTINE = 3;