Uses of Class
software.amazon.awssdk.services.connect.model.UpdateParticipantRoleConfigResponse
-
Packages that use UpdateParticipantRoleConfigResponse 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. -
-
Uses of UpdateParticipantRoleConfigResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateParticipantRoleConfigResponse Modifier and Type Method Description default UpdateParticipantRoleConfigResponseConnectClient. updateParticipantRoleConfig(Consumer<UpdateParticipantRoleConfigRequest.Builder> 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateParticipantRoleConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateParticipantRoleConfigResponse>ConnectAsyncClient. updateParticipantRoleConfig(Consumer<UpdateParticipantRoleConfigRequest.Builder> 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 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.
-