Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class PlaybookOutput.
Output of the playbook.
Generated from protobuf message google.cloud.dialogflow.cx.v3.PlaybookOutput
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ execution_summary |
string
Optional. Summary string of the execution result of the child playbook. |
getExecutionSummary
Optional. Summary string of the execution result of the child playbook.
| Returns | |
|---|---|
| Type | Description |
string |
|
setExecutionSummary
Optional. Summary string of the execution result of the child playbook.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|