Uses of Class
com.mypurecloud.sdk.v2.model.IntentDefinition
Packages that use IntentDefinition
-
Uses of IntentDefinition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntentDefinitionModifier and TypeMethodDescriptionIntentDefinition.additionalLanguages(Map<String, AdditionalLanguagesIntent> additionalLanguages) Additional languages for intentsIntentDefinition.description(String description) The description of the intent.IntentDefinition.entityTypeBindings(List<NamedEntityTypeBinding> entityTypeBindings) The bindings for the named entity types used in this intent.This field is mutually exclusive with entityNameReferences and entitiesThe name of the intent.IntentDefinition.utterances(List<NluUtterance> utterances) The utterances that act as training phrases for the intent.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type IntentDefinitionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type IntentDefinitionModifier and TypeMethodDescriptionNluDomainVersion.intents(List<IntentDefinition> intents) The intents defined for this NLU domain version.voidNluDomainVersion.setIntents(List<IntentDefinition> intents)