Class FlowInvocation (1.34.0)

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

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

Attributes

Name Description
flow str
Required. The unique identifier of the flow. Format: projects/.
input_action_parameters google.protobuf.struct_pb2.Struct
Optional. A list of input parameters for the flow.
output_action_parameters google.protobuf.struct_pb2.Struct
Optional. A list of output parameters generated by the flow invocation.
flow_state google.cloud.dialogflowcx_v3beta1.types.OutputState
Required. Flow invocation's output state.