Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSearch
Packages that use KnowledgeDocumentSearch
-
Uses of KnowledgeDocumentSearch in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentSearchModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearch(PostKnowledgeKnowledgebaseDocumentsSearchRequest request) Search the documents in a knowledge base.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearch(String knowledgeBaseId, List<String> expand, KnowledgeDocumentSearchRequest body) Search the documents in a knowledge base.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentSearchModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearch(ApiRequest<KnowledgeDocumentSearchRequest> request) Search the documents in a knowledge base.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchAsync(PostKnowledgeKnowledgebaseDocumentsSearchRequest request, AsyncApiCallback<KnowledgeDocumentSearch> callback) Search the documents in a knowledge base.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchAsync(ApiRequest<KnowledgeDocumentSearchRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentSearch>> callback) 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 KnowledgeDocumentSearchModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchAsync(PostKnowledgeKnowledgebaseDocumentsSearchRequest request, AsyncApiCallback<KnowledgeDocumentSearch> callback) 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 KnowledgeDocumentSearch in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentSearchModifier and TypeMethodDescriptionKnowledgeDocumentSearch.answerGeneration(KnowledgeAnswerGenerationResponse answerGeneration) The results with AI-generated answer if the answerMode request property contains \"AnswerGeneration\".KnowledgeDocumentSearch.application(KnowledgeSearchClientApplication application) The client application details from which search happened.KnowledgeDocumentSearch.confidenceThreshold(Float confidenceThreshold) The confidence threshold for the search results.KnowledgeDocumentSearch.conversationContext(KnowledgeConversationContextResponse conversationContext) Conversation context information if the search is initiated in the context of a conversation.KnowledgeDocumentSearch.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.KnowledgeDocumentSearch.preprocessQuery(Boolean preprocessQuery) Indicates whether the search query should be preprocessed.Query to search content in the knowledge base.KnowledgeDocumentSearch.queryType(KnowledgeDocumentSearch.QueryTypeEnum queryType) The type of the query that initiates the search.