Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurnIntentSlot
Packages that use ReportingTurnIntentSlot
-
Uses of ReportingTurnIntentSlot in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnIntentSlotModifier and TypeMethodDescriptionReportingTurnIntentSlot.confidence(Double confidence) The confidence score this slot received during detection.The name of the slot.The NLU entity type of the slot (either builtin or user defined)The value of the slot.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReportingTurnIntentSlotMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReportingTurnIntentSlotModifier and TypeMethodDescriptionvoidReportingTurnIntent.setSlots(List<ReportingTurnIntentSlot> slots) ReportingTurnIntent.slots(List<ReportingTurnIntentSlot> slots) The slots detected during this reporting turn.