Values_2.UpdateContactFlowMetadataRequestSourceUpdates metadata about specified flow.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)contactFlowId : Values_0.ContactFlowId.t;The identifier of the flow.
*)name : Values_0.ContactFlowName.t option;The name of the flow.
*)description : Values_0.ContactFlowDescription.t option;The description of the flow.
*)contactFlowState : Values_0.ContactFlowState.t option;The state of flow.
*)}val make :
?name:??? ->
?description:??? ->
?contactFlowState:??? ->
instanceId:Values_0.InstanceId.t ->
contactFlowId:Values_0.ContactFlowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]