Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportPlaybookResponse.
The response message for Playbooks.ExportPlaybook .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportPlaybookResponse
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ playbook_uri
string
The URI to a file containing the exported playbook. This field is populated only if playbook_uri
is specified in ExportPlaybookRequest
.
↳ playbook_content
string
Uncompressed raw byte content for playbook.
getPlaybookUri
The URI to a file containing the exported playbook. This field is
populated only if playbook_uri
is specified in ExportPlaybookRequest
.
string
hasPlaybookUri
setPlaybookUri
The URI to a file containing the exported playbook. This field is
populated only if playbook_uri
is specified in ExportPlaybookRequest
.
var
string
$this
getPlaybookContent
Uncompressed raw byte content for playbook.
string
hasPlaybookContent
setPlaybookContent
Uncompressed raw byte content for playbook.
var
string
$this
getPlaybook
string

