Values_2.UpdateContactFlowNameRequestSourceThe name of the flow. You can also create and update flows using the Amazon Connect Flow language.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect 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.
*)}val make :
?name:??? ->
?description:??? ->
instanceId:Values_0.InstanceId.t ->
contactFlowId:Values_0.ContactFlowId.t ->
unit ->
t