Values_2.UpdateContactFlowContentRequestSourceUpdates the specified flow. You can also create and update flows using the Amazon Connect Flow language. Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is published, $SAVED needs to be supplied to view saved content that has not been published.
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.
*)content : Values_0.ContactFlowContent.t;The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language. Length Constraints: Minimum length of 1. Maximum length of 256000.
*)}val make :
instanceId:Values_0.InstanceId.t ->
contactFlowId:Values_0.ContactFlowId.t ->
content:Values_0.ContactFlowContent.t ->
unit ->
t