Uses of Class
com.mypurecloud.sdk.v2.model.NluUtterance
Packages that use NluUtterance
-
Uses of NluUtterance in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NluUtteranceModifier and TypeMethodDescriptionNluUtterance.segments(List<NluUtteranceSegment> segments) The list of segments that that constitute this utterance for the given intent.NluUtterance.source(NluUtterance.SourceEnum source) The source of the utterance.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type NluUtteranceModifier and TypeMethodDescriptionAdditionalLanguagesIntent.getUtterances()IntentDefinition.getUtterances()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type NluUtteranceModifier and TypeMethodDescriptionvoidAdditionalLanguagesIntent.setUtterances(List<NluUtterance> utterances) voidIntentDefinition.setUtterances(List<NluUtterance> utterances) AdditionalLanguagesIntent.utterances(List<NluUtterance> utterances) Utterances list for additional languageIntentDefinition.utterances(List<NluUtterance> utterances) The utterances that act as training phrases for the intent.