Class FlowInvocation (1.33.0)

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

Stores metadata of the invocation of a CX flow. Next Id: 7

Attributes

NameDescription
flow str
Required. The unique identifier of the flow. Format: projects/.
input_parameters MutableSequence[google.cloud.dialogflowcx_v3beta1.types.ActionParameter]
A list of input parameters for the flow invocation.
output_parameters MutableSequence[google.cloud.dialogflowcx_v3beta1.types.ActionParameter]
A list of output parameters generated by the flow invocation.
flow_state google.cloud.dialogflowcx_v3beta1.types.OutputState
Required. Flow invocation's output state.