Uses of Class
com.mypurecloud.sdk.v2.model.TransferToAgentRequest
Packages that use TransferToAgentRequest
Package
Description
-
Uses of TransferToAgentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TransferToAgentRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplaceAgent(String conversationId, String participantId, TransferToAgentRequest body) Replace this participant with the specified agentConversationsApi.postConversationParticipantReplaceAgentWithHttpInfo(String conversationId, String participantId, TransferToAgentRequest body) Replace this participant with the specified agentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TransferToAgentRequestModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantReplaceAgent(ApiRequest<TransferToAgentRequest> request) Replace this participant with the specified agentConversationsApiAsync.postConversationParticipantReplaceAgentAsync(ApiRequest<TransferToAgentRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant with the specified agent -
Uses of TransferToAgentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TransferToAgentRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TransferToAgentRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TransferToAgentRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceAgentRequest.builder(String conversationId, String participantId, TransferToAgentRequest body) voidPostConversationParticipantReplaceAgentRequest.setBody(TransferToAgentRequest body) PostConversationParticipantReplaceAgentRequest.Builder.withBody(TransferToAgentRequest body) PostConversationParticipantReplaceAgentRequest.withBody(TransferToAgentRequest body) PostConversationParticipantReplaceAgentRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferToAgentRequest body) -
Uses of TransferToAgentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToAgentRequestModifier and TypeMethodDescriptionTransferToAgentRequest.keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.TransferToAgentRequest.transferType(TransferToAgentRequest.TransferTypeEnum transferType) The type of transfer to perform.TransferToAgentRequest.userDisplayName(String userDisplayName) The name of the internal user.The id of the internal user.The userName (like user’s email) of the internal user.If true, transfer to the voicemail inbox of the participant that is being replaced.