Values_1.DismissUserContactRequestSourceDismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact. Contacts can only be dismissed if they are in a MISSED, ERROR, ENDED, or REJECTED state in the Agent Event Stream.
type nonrec t = {userId : Values_0.UserId.t;The identifier of the user account.
*)instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
*)contactId : Values_0.ContactId.t;The identifier of the contact.
*)}val make :
userId:Values_0.UserId.t ->
instanceId:Values_0.InstanceId.t ->
contactId:Values_0.ContactId.t ->
unit ->
t