Module Values_2.UpdateParticipantRoleConfigRequestSource

Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. You can set four timers: Customer idle timeout Customer auto-disconnect timeout Agent idle timeout Agent auto-disconnect timeout For more information about how chat timeouts work, see Set up chat timeouts for human participants.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

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

    The identifier of the contact in this instance of Amazon Connect.

    *)
  3. channelConfiguration : UpdateParticipantRoleConfigChannelInfo.t;
    (*

    The Amazon Connect channel you want to configure.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> contactId:Values_0.ContactId.t -> channelConfiguration:UpdateParticipantRoleConfigChannelInfo.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.t | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) list ] list ]) list ]) list ]) 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