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.
| Parameters | |
|---|---|
| Name | Description |
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_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.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasPlaybookUri
setPlaybookUri
The URI to a file containing the exported playbook. This field is
populated only if playbook_uri is specified in
ExportPlaybookRequest.
| 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 |
|
getPlaybook
| Returns | |
|---|---|
| Type | Description |
string |
|