Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransfer
Packages that use ConsultTransfer
Package
Description
-
Uses of ConsultTransfer in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConsultTransferModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsult(String conversationId, String participantId, ConsultTransfer body) Deprecated.ConversationsApi.postConversationsCallParticipantConsultWithHttpInfo(String conversationId, String participantId, ConsultTransfer body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConsultTransferModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsult(ApiRequest<ConsultTransfer> request) Deprecated.ConversationsApiAsync.postConversationsCallParticipantConsultAsync(ApiRequest<ConsultTransfer> request, AsyncApiCallback<ApiResponse<ConsultTransferResponse>> callback) Deprecated. -
Uses of ConsultTransfer in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConsultTransferMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConsultTransferMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ConsultTransferModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultRequest.builder(String conversationId, String participantId, ConsultTransfer body) voidPostConversationsCallParticipantConsultRequest.setBody(ConsultTransfer body) PostConversationsCallParticipantConsultRequest.Builder.withBody(ConsultTransfer body) PostConversationsCallParticipantConsultRequest.withBody(ConsultTransfer body) PostConversationsCallParticipantConsultRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransfer body) -
Uses of ConsultTransfer in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferModifier and TypeMethodDescriptionConsultTransfer.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.ConsultTransfer.destination(Destination destination) Destination.ConsultTransfer.speakTo(ConsultTransfer.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.