Package com.mypurecloud.sdk.v2.model
Class ReportingTurnIntentSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnIntentSlot
- All Implemented Interfaces:
Serializable
ReportingTurnIntentSlot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Double confidence) The confidence score this slot received during detection.booleangetName()getType()getValue()inthashCode()The name of the slot.voidsetConfidence(Double confidence) voidvoidvoidtoString()The NLU entity type of the slot (either builtin or user defined)The value of the slot.
-
Constructor Details
-
ReportingTurnIntentSlot
public ReportingTurnIntentSlot() -
ReportingTurnIntentSlot
-
-
Method Details
-
name
The name of the slot. -
getName
-
setName
-
value
The value of the slot. -
getValue
-
setValue
-
type
The NLU entity type of the slot (either builtin or user defined) -
getType
-
setType
-
confidence
The confidence score this slot received during detection. -
getConfidence
-
setConfidence
-
equals
-
hashCode
public int hashCode() -
toString
-