Values_2.ResumeContactRequestSourceAllows resuming a task contact in a paused state.
type nonrec t = {contactId : Values_0.ContactId.t;The identifier of the contact.
*)instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
*)contactFlowId : Values_0.ContactFlowId.t option;The identifier of the flow.
*)}val make :
?contactFlowId:??? ->
contactId:Values_0.ContactId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
t