Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransferToAddress
Packages that use ConsultTransferToAddress
Package
Description
-
Uses of ConsultTransferToAddress in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConsultTransferToAddressModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantVoiceConsult(String conversationId, String participantId, ConsultTransferToAddress body) Initiate voice consult transferConversationsApi.postConversationsCallParticipantVoiceConsultWithHttpInfo(String conversationId, String participantId, ConsultTransferToAddress body) Initiate voice consult transferMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConsultTransferToAddressModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantVoiceConsult(ApiRequest<ConsultTransferToAddress> request) Initiate voice consult transferConversationsApiAsync.postConversationsCallParticipantVoiceConsultAsync(ApiRequest<ConsultTransferToAddress> request, AsyncApiCallback<ApiResponse<ConsultTransferResponse>> callback) Initiate voice consult transfer -
Uses of ConsultTransferToAddress in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConsultTransferToAddressMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConsultTransferToAddressModifier and TypeMethodDescriptionPostConversationsCallParticipantVoiceConsultRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ConsultTransferToAddressModifier and TypeMethodDescriptionPostConversationsCallParticipantVoiceConsultRequest.builder(String conversationId, String participantId, ConsultTransferToAddress body) voidPostConversationsCallParticipantVoiceConsultRequest.setBody(ConsultTransferToAddress body) PostConversationsCallParticipantVoiceConsultRequest.Builder.withBody(ConsultTransferToAddress body) PostConversationsCallParticipantVoiceConsultRequest.withBody(ConsultTransferToAddress body) PostConversationsCallParticipantVoiceConsultRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransferToAddress body) -
Uses of ConsultTransferToAddress in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferToAddressModifier and TypeMethodDescriptionDestination's address or phone number.ConsultTransferToAddress.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.ConsultTransferToAddress.speakTo(ConsultTransferToAddress.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.