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

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreatePlaybookRequest.

The request message for Playbooks.CreatePlaybook.

Generated from protobuf message google.cloud.dialogflow.cx.v3.CreatePlaybookRequest

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The agent to create a playbook for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

↳ playbook Playbook

Required. The playbook to create.

getParent

Required. The agent to create a playbook for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns
Type Description
string

setParent

Required. The agent to create a playbook for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getPlaybook

Required. The playbook to create.

Returns
Type Description
Playbook|null

hasPlaybook

clearPlaybook

setPlaybook

Required. The playbook to create.

Parameter
Name Description
var Playbook
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The agent to create a playbook for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>. Please see PlaybooksClient::agentName() for help formatting this field.

playbook Playbook

Required. The playbook to create.

Returns
Type Description
CreatePlaybookRequest