Class PlaybookOutput (2.0.0)

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

Output of the playbook.

Attributes

Name Description
execution_summary str
Optional. Summary string of the execution result of the child playbook.
state google.cloud.dialogflowcx_v3beta1.types.PlaybookOutput.State
End state of the playbook.
action_parameters google.protobuf.struct_pb2.Struct
Optional. A Struct object of output parameters for the action.

Classes

State

State(value)

Playbook output state.