FlowInvocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Stores metadata of the invocation of a child CX flow. Flow invocation actions enter the child flow.
Attributes |
|
---|---|
Name | Description |
flow |
str
Required. The unique identifier of the flow. Format: projects/ .
|
display_name |
str
Output only. The display name of the flow. |
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. |