Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurnIntent
Packages that use ReportingTurnIntent
-
Uses of ReportingTurnIntent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnIntentModifier and TypeMethodDescriptionReportingTurnIntent.confidence(Double confidence) The confidence score of the intent detected during this reporting turn.ReportingTurn.getIntent()The ID of the intent detected during this reporting turn.The name of the intent detected during this reporting turn.ReportingTurnIntent.slots(List<ReportingTurnIntentSlot> slots) The slots detected during this reporting turn.Methods in com.mypurecloud.sdk.v2.model with parameters of type ReportingTurnIntentModifier and TypeMethodDescriptionReportingTurn.intent(ReportingTurnIntent intent) The intent and associated slots detected during this reporting turn.voidReportingTurn.setIntent(ReportingTurnIntent intent)