Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentChunkRequest
Packages that use KnowledgeDocumentChunkRequest
Package
Description
-
Uses of KnowledgeDocumentChunkRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentChunkRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseChunksSearch(String knowledgeBaseId, KnowledgeDocumentChunkRequest body) Search for chunks in a knowledge baseKnowledgeApi.postKnowledgeKnowledgebaseChunksSearchWithHttpInfo(String knowledgeBaseId, KnowledgeDocumentChunkRequest body) Search for chunks in a knowledge baseMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentChunkRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseChunksSearch(ApiRequest<KnowledgeDocumentChunkRequest> request) Search for chunks in a knowledge baseKnowledgeApiAsync.postKnowledgeKnowledgebaseChunksSearchAsync(ApiRequest<KnowledgeDocumentChunkRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentChunkResponse>> callback) Search for chunks in a knowledge base -
Uses of KnowledgeDocumentChunkRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentChunkRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentChunkRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentChunkRequestModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseChunksSearchRequest.setBody(KnowledgeDocumentChunkRequest body) PostKnowledgeKnowledgebaseChunksSearchRequest.Builder.withBody(KnowledgeDocumentChunkRequest body) PostKnowledgeKnowledgebaseChunksSearchRequest.withBody(KnowledgeDocumentChunkRequest body) -
Uses of KnowledgeDocumentChunkRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentChunkRequestModifier and TypeMethodDescriptionKnowledgeDocumentChunkRequest.application(KnowledgeSearchClientApplication application) The client application details from which chunks request was sent.KnowledgeDocumentChunkRequest.confidenceThreshold(Float confidenceThreshold) The confidence threshold for the chunk results.KnowledgeDocumentChunkRequest.conversationContext(KnowledgeConversationContext conversationContext) Conversation context information if the chunks search is initiated in the context of a conversation.KnowledgeDocumentChunkRequest.filter(DocumentQuery filter) Filter for the document chunks.KnowledgeDocumentChunkRequest.includeDraftDocuments(Boolean includeDraftDocuments) Indicates whether the chunk results would also include draft documents.KnowledgeDocumentChunkRequest.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.KnowledgeDocumentChunkRequest.preprocessQuery(Boolean preprocessQuery) Indicates whether the chunks search query should be preprocessed.Query to search chunks in the knowledge base.KnowledgeDocumentChunkRequest.queryType(KnowledgeDocumentChunkRequest.QueryTypeEnum queryType) The type of the query that initiates the chunks search.