Google Cloud Dialogflow Cx V3 Client - Class PlaybookType (0.10.1)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PLAYBOOK_TYPE_UNSPECIFIED

Value: 0

Unspecified type. Default to TASK.

Generated from protobuf enum PLAYBOOK_TYPE_UNSPECIFIED = 0;

TASK

Value: 1

Task playbook.

Generated from protobuf enum TASK = 1;

ROUTINE

Value: 3

Routine playbook.

Generated from protobuf enum ROUTINE = 3;