Package com.mypurecloud.sdk.v2.model
Class DocumentVariationSearchChunkBlock
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentVariationSearchChunkBlock
- All Implemented Interfaces:
Serializable
DocumentVariationSearchChunkBlock
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Float confidence) The confidence associated with a chunk with respect to a search query.booleangetId()getText()inthashCode()The globally unique identifier for the chunk.voidsetConfidence(Float confidence) voidvoidThe chunk text associated with the variation.toString()
-
Constructor Details
-
DocumentVariationSearchChunkBlock
public DocumentVariationSearchChunkBlock() -
DocumentVariationSearchChunkBlock
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-