Uses of Class
software.amazon.awssdk.services.connect.model.UpdateParticipantRoleConfigRequest
-
Packages that use UpdateParticipantRoleConfigRequest Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.transform -
-
Uses of UpdateParticipantRoleConfigRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type UpdateParticipantRoleConfigRequest Modifier and Type Method Description default CompletableFuture<UpdateParticipantRoleConfigResponse>ConnectAsyncClient. updateParticipantRoleConfig(UpdateParticipantRoleConfigRequest updateParticipantRoleConfigRequest)Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness.default UpdateParticipantRoleConfigResponseConnectClient. updateParticipantRoleConfig(UpdateParticipantRoleConfigRequest updateParticipantRoleConfigRequest)Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. -
Uses of UpdateParticipantRoleConfigRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type UpdateParticipantRoleConfigRequest Modifier and Type Method Description SdkHttpFullRequestUpdateParticipantRoleConfigRequestMarshaller. marshall(UpdateParticipantRoleConfigRequest updateParticipantRoleConfigRequest)
-