Package com.mypurecloud.sdk.v2.model
Class ReportingTurnIntent
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnIntent
- All Implemented Interfaces:
Serializable
ReportingTurnIntent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Double confidence) The confidence score of the intent detected during this reporting turn.booleangetId()getName()getSlots()inthashCode()The ID of the intent detected during this reporting turn.The name of the intent detected during this reporting turn.voidsetConfidence(Double confidence) voidvoidvoidsetSlots(List<ReportingTurnIntentSlot> slots) slots(List<ReportingTurnIntentSlot> slots) The slots detected during this reporting turn.toString()
-
Constructor Details
-
ReportingTurnIntent
public ReportingTurnIntent() -
ReportingTurnIntent
-
-
Method Details
-
name
The name of the intent detected during this reporting turn. -
getName
-
setName
-
id
The ID of the intent detected during this reporting turn. -
getId
-
setId
-
confidence
The confidence score of the intent detected during this reporting turn. -
getConfidence
-
setConfidence
-
slots
The slots detected during this reporting turn. -
getSlots
-
setSlots
-
equals
-
hashCode
public int hashCode() -
toString
-