Uses of Class
com.mypurecloud.sdk.v2.model.NamedEntityTypeMechanism
Packages that use NamedEntityTypeMechanism
-
Uses of NamedEntityTypeMechanism in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return NamedEntityTypeMechanismModifier and TypeMethodDescriptionNamedEntityTypeMechanism.allowSpecialChars(Boolean allowSpecialChars) Flag whether to allow for special characters during AI slot captureNamedEntityTypeMechanism.examples(List<NamedEntityTypeMechanismExample> examples) Examples for entity detectionNamedEntityTypeDefinition.getMechanism()NamedEntityTypeMechanism.items(List<NamedEntityTypeItem> items) The items that define the named entity type.The maximum length of the entity resolved valueThe minimum length of the entity resolved valueNamedEntityTypeMechanism.restricted(Boolean restricted) Whether the named entity type is restricted to the items provided.NamedEntityTypeMechanism.subType(NamedEntityTypeMechanism.SubTypeEnum subType) Subtype of detection mechanismNamedEntityTypeMechanism.type(NamedEntityTypeMechanism.TypeEnum type) The type of the mechanism.Methods in com.mypurecloud.sdk.v2.model with parameters of type NamedEntityTypeMechanismModifier and TypeMethodDescriptionNamedEntityTypeDefinition.mechanism(NamedEntityTypeMechanism mechanism) The mechanism enabling detection of the named entity type.voidNamedEntityTypeDefinition.setMechanism(NamedEntityTypeMechanism mechanism)