Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantConsultRequest.Builder
Packages that use PatchConversationsCallParticipantConsultRequest.Builder
-
Uses of PatchConversationsCallParticipantConsultRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallParticipantConsultRequest.BuilderModifier and TypeMethodDescriptionPatchConversationsCallParticipantConsultRequest.builder()PatchConversationsCallParticipantConsultRequest.builder(String conversationId, String participantId, ConsultTransferUpdate body) PatchConversationsCallParticipantConsultRequest.Builder.withBody(ConsultTransferUpdate body) PatchConversationsCallParticipantConsultRequest.Builder.withConversationId(String conversationId) PatchConversationsCallParticipantConsultRequest.Builder.withParticipantId(String participantId) PatchConversationsCallParticipantConsultRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransferUpdate body)