Uses of Class
com.mypurecloud.sdk.v2.model.DocumentChunkBlock
Packages that use DocumentChunkBlock
-
Uses of DocumentChunkBlock in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentChunkBlockModifier and TypeMethodDescriptionDocumentChunkBlock.confidence(Float confidence) The confidence associated with a chunk with respect to a search query.DocumentChunkBlock.document(DocumentChunkReference document) Reference to document associated with a chunkThe globally unique identifier for the chunk.The chunk text associated with the variation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentChunkBlockMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentChunkBlockModifier and TypeMethodDescriptionKnowledgeDocumentChunkResponse.results(List<DocumentChunkBlock> results) Chunks matching the search query.voidKnowledgeDocumentChunkResponse.setResults(List<DocumentChunkBlock> results)