Package com.mypurecloud.sdk.v2.model
Class TextBotTranscript
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotTranscript
- All Implemented Interfaces:
Serializable
Data for a single bot flow transcript.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Float confidence) The confidence factor, expressed as a decimal between 0.0 and 1.0, of the transcript item.booleangetText()inthashCode()voidsetConfidence(Float confidence) voidThe text of the transcript item.toString()
-
Constructor Details
-
TextBotTranscript
public TextBotTranscript() -
TextBotTranscript
-
-
Method Details
-
text
The text of the transcript item. -
getText
-
setText
-
confidence
The confidence factor, expressed as a decimal between 0.0 and 1.0, of the transcript item. -
getConfidence
-
setConfidence
-
equals
-
hashCode
public int hashCode() -
toString
-