Package com.mypurecloud.sdk.v2.model
Class DocumentChunkBlock
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentChunkBlock
- All Implemented Interfaces:
Serializable
DocumentChunkBlock
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Float confidence) The confidence associated with a chunk with respect to a search query.document(DocumentChunkReference document) Reference to document associated with a chunkbooleangetId()getText()inthashCode()The globally unique identifier for the chunk.voidsetConfidence(Float confidence) voidsetDocument(DocumentChunkReference document) voidvoidThe chunk text associated with the variation.toString()
-
Constructor Details
-
DocumentChunkBlock
public DocumentChunkBlock() -
DocumentChunkBlock
-
-
Method Details
-
id
The globally unique identifier for the chunk. -
getId
-
setId
-
text
The chunk text associated with the variation. -
getText
-
setText
-
confidence
The confidence associated with a chunk with respect to a search query. -
getConfidence
-
setConfidence
-
document
Reference to document associated with a chunk -
getDocument
-
setDocument
-
equals
-
hashCode
public int hashCode() -
toString
-