Values_0.ContactFlowSummarySourceContains summary information about a flow. You can also create and update flows using the Amazon Connect Flow language.
type nonrec t = {id : ContactFlowId.t option;The identifier of the flow.
*)arn : ARN.t option;The Amazon Resource Name (ARN) of the flow.
*)name : ContactFlowName.t option;The name of the flow.
*)contactFlowType : ContactFlowType.t option;The type of flow.
*)contactFlowState : ContactFlowState.t option;The type of flow.
*)contactFlowStatus : ContactFlowStatus.t option;The status of the flow.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ContactFlowId.t ]) list ]