PlaybookInvocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Stores metadata of the invocation of a child playbook. Playbook invocation actions enter the child playbook.
Attributes |
|
---|---|
Name | Description |
playbook |
str
Required. The unique identifier of the playbook. Format: projects/ .
|
display_name |
str
Output only. The display name of the playbook. |
playbook_input |
google.cloud.dialogflowcx_v3beta1.types.PlaybookInput
Optional. Input of the child playbook invocation. |
playbook_output |
google.cloud.dialogflowcx_v3beta1.types.PlaybookOutput
Optional. Output of the child playbook invocation. |
playbook_state |
google.cloud.dialogflowcx_v3beta1.types.OutputState
Required. Playbook invocation's output state. |