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

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

The request message for Playbooks.ImportPlaybook.

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

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 import the playbook into. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

↳ playbook_uri string

Dialogflow access control.

↳ playbook_content string

Uncompressed raw byte content for playbook.

↳ import_strategy PlaybookImportStrategy

Optional. Specifies the import strategy used when resolving resource conflicts.

getParent

Required. The agent to import the playbook into.

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

Returns
Type Description
string

setParent

Required. The agent to import the playbook into.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPlaybookUri

Returns
Type Description
string

hasPlaybookUri

setPlaybookUri

Parameter
Name Description
var string
Returns
Type Description
$this

getPlaybookContent

Uncompressed raw byte content for playbook.

Returns
Type Description
string

hasPlaybookContent

setPlaybookContent

Uncompressed raw byte content for playbook.

Parameter
Name Description
var string
Returns
Type Description
$this

getImportStrategy

Optional. Specifies the import strategy used when resolving resource conflicts.

Returns
Type Description
PlaybookImportStrategy|null

hasImportStrategy

clearImportStrategy

setImportStrategy

Optional. Specifies the import strategy used when resolving resource conflicts.

Parameter
Name Description
var PlaybookImportStrategy
Returns
Type Description
$this

getPlaybook

Returns
Type Description
string