Package com.mypurecloud.sdk.v2.model
Class ConversationSummaryResolution
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSummaryResolution
- All Implemented Interfaces:
Serializable
ConversationSummaryResolution
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Float confidence) The AI confidence value.description(String description) The description.booleangetText()inthashCode()The outcome of the conversation's resolution.voidsetConfidence(Float confidence) voidsetDescription(String description) voidsetOutcome(String outcome) voidThe text of the resolution.toString()
-
Constructor Details
-
ConversationSummaryResolution
public ConversationSummaryResolution() -
ConversationSummaryResolution
-
-
Method Details
-
confidence
The AI confidence value. -
getConfidence
-
setConfidence
-
text
The text of the resolution. -
getText
-
setText
-
description
The description. -
getDescription
-
setDescription
-
outcome
The outcome of the conversation's resolution. -
getOutcome
-
setOutcome
-
equals
-
hashCode
public int hashCode() -
toString
-