Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransferToExternal
Packages that use ConsultTransferToExternal
Package
Description
-
Uses of ConsultTransferToExternal in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConsultTransferToExternalModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultExternal(String conversationId, String participantId, ConsultTransferToExternal body) Deprecated.ConversationsApi.postConversationsCallParticipantConsultExternalWithHttpInfo(String conversationId, String participantId, ConsultTransferToExternal body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConsultTransferToExternalModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultExternal(ApiRequest<ConsultTransferToExternal> request) Deprecated.ConversationsApiAsync.postConversationsCallParticipantConsultExternalAsync(ApiRequest<ConsultTransferToExternal> request, AsyncApiCallback<ApiResponse<ConsultTransferResponse>> callback) Deprecated. -
Uses of ConsultTransferToExternal in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConsultTransferToExternalModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultExternalRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConsultTransferToExternalModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultExternalRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ConsultTransferToExternalModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultExternalRequest.builder(String conversationId, String participantId, ConsultTransferToExternal body) voidPostConversationsCallParticipantConsultExternalRequest.setBody(ConsultTransferToExternal body) PostConversationsCallParticipantConsultExternalRequest.Builder.withBody(ConsultTransferToExternal body) PostConversationsCallParticipantConsultExternalRequest.withBody(ConsultTransferToExternal body) PostConversationsCallParticipantConsultExternalRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransferToExternal body) -
Uses of ConsultTransferToExternal in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferToExternalModifier and TypeMethodDescriptionThe address (like phone number) of the external contact.ConsultTransferToExternal.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.ConsultTransferToExternal.speakTo(ConsultTransferToExternal.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.