Package com.mypurecloud.sdk.v2.model
Class ConversationSummaryWrapupCode
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSummaryWrapupCode
- All Implemented Interfaces:
Serializable
ConversationSummaryWrapupCode
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Float confidence) The AI confidence value.description(String description) The description of the wrapup code.booleangetId()getName()inthashCode()The id of the wrapup code.The name of the wrapup code.voidsetConfidence(Float confidence) voidsetDescription(String description) voidvoidtoString()
-
Constructor Details
-
ConversationSummaryWrapupCode
public ConversationSummaryWrapupCode() -
ConversationSummaryWrapupCode
-
-
Method Details
-
id
The id of the wrapup code. -
getId
-
setId
-
name
The name of the wrapup code. -
getName
-
setName
-
description
The description of the wrapup code. -
getDescription
-
setDescription
-
confidence
The AI confidence value. -
getConfidence
-
setConfidence
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-