Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSearchRequest
Packages that use KnowledgeDocumentSearchRequest
Package
Description
-
Uses of KnowledgeDocumentSearchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearch(String knowledgeBaseId, List<String> expand, KnowledgeDocumentSearchRequest body) Search the documents in a knowledge base.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchWithHttpInfo(String knowledgeBaseId, List<String> expand, KnowledgeDocumentSearchRequest body) Search the documents in a knowledge base.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearch(ApiRequest<KnowledgeDocumentSearchRequest> request) Search the documents in a knowledge base.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchAsync(ApiRequest<KnowledgeDocumentSearchRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentSearch>> callback) Search the documents in a knowledge base. -
Uses of KnowledgeDocumentSearchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentSearchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentSearchRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsSearchRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentSearchRequestModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseDocumentsSearchRequest.setBody(KnowledgeDocumentSearchRequest body) PostKnowledgeKnowledgebaseDocumentsSearchRequest.Builder.withBody(KnowledgeDocumentSearchRequest body) PostKnowledgeKnowledgebaseDocumentsSearchRequest.withBody(KnowledgeDocumentSearchRequest body) -
Uses of KnowledgeDocumentSearchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentSearchRequestModifier and TypeMethodDescriptionKnowledgeDocumentSearchRequest.answerHighlightTopResults(Integer answerHighlightTopResults) The number of articles to be sent for answer-highlighting.KnowledgeDocumentSearchRequest.answerMode(List<KnowledgeDocumentSearchRequest.AnswerModeEnum> answerMode) Allows extracted answers from an article (AnswerHighlight) and/or AI-generated answers (AnswerGeneration).KnowledgeDocumentSearchRequest.application(KnowledgeSearchClientApplication application) The client application details from which search request was sent.KnowledgeDocumentSearchRequest.confidenceThreshold(Float confidenceThreshold) The confidence threshold for the search results.KnowledgeDocumentSearchRequest.conversationContext(KnowledgeConversationContext conversationContext) Conversation context information if the search is initiated in the context of a conversation.KnowledgeDocumentSearchRequest.filter(DocumentQuery filter) Filter for the document search.KnowledgeDocumentSearchRequest.includeDraftDocuments(Boolean includeDraftDocuments) Indicates whether the search results would also include draft documents.KnowledgeDocumentSearchRequest.interval(DocumentQueryInterval interval) Retrieves the documents created/modified/published in specified date and time range.KnowledgeDocumentSearchRequest.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.KnowledgeDocumentSearchRequest.preprocessQuery(Boolean preprocessQuery) Indicates whether the search query should be preprocessed.Query to search content in the knowledge base.KnowledgeDocumentSearchRequest.queryType(KnowledgeDocumentSearchRequest.QueryTypeEnum queryType) The type of the query that initiates the search.KnowledgeDocumentSearchRequest.sortBy(KnowledgeDocumentSearchRequest.SortByEnum sortBy) The field in the documents that you want to sort the search results by.KnowledgeDocumentSearchRequest.sortOrder(KnowledgeDocumentSearchRequest.SortOrderEnum sortOrder) The sort order for search results.