Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransferToQueue
Packages that use ConsultTransferToQueue
Package
Description
-
Uses of ConsultTransferToQueue in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConsultTransferToQueueModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultQueue(String conversationId, String participantId, ConsultTransferToQueue body) Initiate a consult transfer to a queueConversationsApi.postConversationsCallParticipantConsultQueueWithHttpInfo(String conversationId, String participantId, ConsultTransferToQueue body) Initiate a consult transfer to a queueMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConsultTransferToQueueModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultQueue(ApiRequest<ConsultTransferToQueue> request) Initiate a consult transfer to a queueConversationsApiAsync.postConversationsCallParticipantConsultQueueAsync(ApiRequest<ConsultTransferToQueue> request, AsyncApiCallback<ApiResponse<ConsultTransferResponse>> callback) Initiate a consult transfer to a queue -
Uses of ConsultTransferToQueue in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConsultTransferToQueueMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConsultTransferToQueueModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultQueueRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ConsultTransferToQueueModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultQueueRequest.builder(String conversationId, String participantId, ConsultTransferToQueue body) voidPostConversationsCallParticipantConsultQueueRequest.setBody(ConsultTransferToQueue body) PostConversationsCallParticipantConsultQueueRequest.Builder.withBody(ConsultTransferToQueue body) PostConversationsCallParticipantConsultQueueRequest.withBody(ConsultTransferToQueue body) PostConversationsCallParticipantConsultQueueRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransferToQueue body) -
Uses of ConsultTransferToQueue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferToQueueModifier and TypeMethodDescriptionConsultTransferToQueue.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.The id of the queue.The name of the queue.ConsultTransferToQueue.speakTo(ConsultTransferToQueue.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.