Uses of Class
com.mypurecloud.sdk.v2.model.SearchUpdateRequest
Packages that use SearchUpdateRequest
Package
Description
-
Uses of SearchUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SearchUpdateRequestModifier and TypeMethodDescriptionvoidKnowledgeApi.patchKnowledgeGuestSessionDocumentsSearchSearchId(String sessionId, String searchId, SearchUpdateRequest body) Update search result.KnowledgeApi.patchKnowledgeGuestSessionDocumentsSearchSearchIdWithHttpInfo(String sessionId, String searchId, SearchUpdateRequest body) Update search result.voidKnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchId(String knowledgeBaseId, String searchId, SearchUpdateRequest body) Update search result.KnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchIdWithHttpInfo(String knowledgeBaseId, String searchId, SearchUpdateRequest body) Update search result.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SearchUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeGuestSessionDocumentsSearchSearchId(ApiRequest<SearchUpdateRequest> request) Update search result.KnowledgeApiAsync.patchKnowledgeGuestSessionDocumentsSearchSearchIdAsync(ApiRequest<SearchUpdateRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Update search result.KnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchId(ApiRequest<SearchUpdateRequest> request) Update search result.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentsSearchSearchIdAsync(ApiRequest<SearchUpdateRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Update search result. -
Uses of SearchUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SearchUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.getBody()PatchKnowledgeKnowledgebaseDocumentsSearchSearchIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SearchUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.withHttpInfo()PatchKnowledgeKnowledgebaseDocumentsSearchSearchIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SearchUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.builder(String sessionId, String searchId, SearchUpdateRequest body) voidPatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.setBody(SearchUpdateRequest body) voidPatchKnowledgeKnowledgebaseDocumentsSearchSearchIdRequest.setBody(SearchUpdateRequest body) PatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.Builder.withBody(SearchUpdateRequest body) PatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.withBody(SearchUpdateRequest body) PatchKnowledgeKnowledgebaseDocumentsSearchSearchIdRequest.Builder.withBody(SearchUpdateRequest body) PatchKnowledgeKnowledgebaseDocumentsSearchSearchIdRequest.withBody(SearchUpdateRequest body) PatchKnowledgeGuestSessionDocumentsSearchSearchIdRequest.Builder.withRequiredParams(String sessionId, String searchId, SearchUpdateRequest body) -
Uses of SearchUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchUpdateRequestModifier and TypeMethodDescriptionMark the search as answered/unansweredSearchUpdateRequest.selectedAnswer(SelectedAnswer selectedAnswer) The selected search result chosen as the answer.SearchUpdateRequest.selectedAnswers(List<SelectedAnswer> selectedAnswers) The search results selected as answers