Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransferUpdate
Packages that use ConsultTransferUpdate
Package
Description
-
Uses of ConsultTransferUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConsultTransferUpdateModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallParticipantConsult(String conversationId, String participantId, ConsultTransferUpdate body) Change who can speakConversationsApi.patchConversationsCallParticipantConsultWithHttpInfo(String conversationId, String participantId, ConsultTransferUpdate body) Change who can speakMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConsultTransferUpdateModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallParticipantConsult(ApiRequest<ConsultTransferUpdate> request) Change who can speakConversationsApiAsync.patchConversationsCallParticipantConsultAsync(ApiRequest<ConsultTransferUpdate> request, AsyncApiCallback<ApiResponse<ConsultTransferResponse>> callback) Change who can speak -
Uses of ConsultTransferUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConsultTransferUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConsultTransferUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ConsultTransferUpdateModifier and TypeMethodDescriptionPatchConversationsCallParticipantConsultRequest.builder(String conversationId, String participantId, ConsultTransferUpdate body) voidPatchConversationsCallParticipantConsultRequest.setBody(ConsultTransferUpdate body) PatchConversationsCallParticipantConsultRequest.Builder.withBody(ConsultTransferUpdate body) PatchConversationsCallParticipantConsultRequest.withBody(ConsultTransferUpdate body) PatchConversationsCallParticipantConsultRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransferUpdate body) -
Uses of ConsultTransferUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferUpdateModifier and TypeMethodDescriptionConsultTransferUpdate.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.ConsultTransferUpdate.speakTo(ConsultTransferUpdate.SpeakToEnum speakTo) Determines to whom the initiating participant is speaking.