Module Values_1.DismissUserContactRequestSource

Dismisses 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.

Sourcetype nonrec t = {
  1. userId : Values_0.UserId.t;
    (*

    The identifier of the user account.

    *)
  2. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

    *)
  3. contactId : Values_0.ContactId.t;
    (*

    The identifier of the contact.

    *)
}
Sourceval context_ : string
Sourceval make : userId:Values_0.UserId.t -> instanceId:Values_0.InstanceId.t -> contactId:Values_0.ContactId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.UserId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t