Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class PlaybookInput.
Input of the playbook.
Generated from protobuf message google.cloud.dialogflow.cx.v3.PlaybookInput
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ preceding_conversation_summary |
string
Optional. Summary string of the preceding conversation for the child playbook invocation. |
getPrecedingConversationSummary
Optional. Summary string of the preceding conversation for the child playbook invocation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPrecedingConversationSummary
Optional. Summary string of the preceding conversation for the child playbook invocation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|