Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentChunkResponse
Packages that use KnowledgeDocumentChunkResponse
-
Uses of KnowledgeDocumentChunkResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentChunkResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseChunksSearch(PostKnowledgeKnowledgebaseChunksSearchRequest request) Search for chunks in a knowledge baseKnowledgeApi.postKnowledgeKnowledgebaseChunksSearch(String knowledgeBaseId, KnowledgeDocumentChunkRequest body) Search for chunks in a knowledge baseMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentChunkResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseChunksSearch(ApiRequest<KnowledgeDocumentChunkRequest> request) Search for chunks in a knowledge baseKnowledgeApiAsync.postKnowledgeKnowledgebaseChunksSearchAsync(PostKnowledgeKnowledgebaseChunksSearchRequest request, AsyncApiCallback<KnowledgeDocumentChunkResponse> callback) Search for chunks in a knowledge baseKnowledgeApiAsync.postKnowledgeKnowledgebaseChunksSearchAsync(ApiRequest<KnowledgeDocumentChunkRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentChunkResponse>> callback) 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 KnowledgeDocumentChunkResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeKnowledgebaseChunksSearchAsync(PostKnowledgeKnowledgebaseChunksSearchRequest request, AsyncApiCallback<KnowledgeDocumentChunkResponse> callback) Search for chunks in a knowledge baseKnowledgeApiAsync.postKnowledgeKnowledgebaseChunksSearchAsync(ApiRequest<KnowledgeDocumentChunkRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentChunkResponse>> callback) Search for chunks in a knowledge base -
Uses of KnowledgeDocumentChunkResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentChunkResponseModifier and TypeMethodDescriptionKnowledgeDocumentChunkResponse.application(KnowledgeSearchClientApplication application) The client application details from which chunks search happened.KnowledgeDocumentChunkResponse.confidenceThreshold(Float confidenceThreshold) The confidence threshold for the chunk results.KnowledgeDocumentChunkResponse.conversationContext(KnowledgeConversationContextResponse conversationContext) Conversation context information if the chunks search is initiated in the context of a conversation.KnowledgeDocumentChunkResponse.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.KnowledgeDocumentChunkResponse.preprocessQuery(Boolean preprocessQuery) Indicates whether the chunks search query should be preprocessed.Query to search chunks in the knowledge base.KnowledgeDocumentChunkResponse.queryType(KnowledgeDocumentChunkResponse.QueryTypeEnum queryType) The type of the query that initiates the chunks search.KnowledgeDocumentChunkResponse.results(List<DocumentChunkBlock> results) Chunks matching the search query.