Values_0.ContactFlowVersionSummarySourceA summary of a flow version's metadata.
type nonrec t = {arn : ARN.t option;The Amazon Resource Name (ARN) of the view version.
*)versionDescription : ContactFlowDescription.t option;The description of the flow version.
*)version : ResourceVersion.t option;The identifier of the flow version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of ResourceVersion.t | `String of ARN.t ]) list ]