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 \ V3Methods
__construct
Constructor.
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
↳ 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>
.
string
setParent
Required. The agent to import the playbook into.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
var
string
$this
getPlaybookUri
string
hasPlaybookUri
setPlaybookUri
var
string
$this
getPlaybookContent
Uncompressed raw byte content for playbook.
string
hasPlaybookContent
setPlaybookContent
Uncompressed raw byte content for playbook.
var
string
$this
getImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.
hasImportStrategy
clearImportStrategy
setImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.
$this
getPlaybook
string

