Class PlaybookInvocation (1.33.0)

PlaybookInvocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores metadata of the invocation of a child playbook. Next Id: 5

Attributes

NameDescription
playbook str
Required. The unique identifier of the playbook. Format: projects/.
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.