Uses of Class
com.mypurecloud.sdk.v2.model.ConfusionIntentDetails
Packages that use ConfusionIntentDetails
-
Uses of ConfusionIntentDetails in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConfusionIntentDetailsModifier and TypeMethodDescriptionConfusionIntentDetails.utteranceCount(Integer utteranceCount) Number of utterances in this intent which are similar to parent utterance.ConfusionIntentDetails.utterances(List<ConfusionUtterance> utterances) List of utterance which are similar to parent utterance.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConfusionIntentDetailsMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConfusionIntentDetailsModifier and TypeMethodDescriptionConfusionDetails.intents(List<ConfusionIntentDetails> intents) Confusion details between this utterance and other intents.voidConfusionDetails.setIntents(List<ConfusionIntentDetails> intents)