Uses of Class
com.microsoft.cognitiveservices.speech.intent.PatternMatchingEntity
-
Packages that use PatternMatchingEntity Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of PatternMatchingEntity in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return PatternMatchingEntity Modifier and Type Method Description static PatternMatchingEntityPatternMatchingEntity. CreateAnyEntity(String entityId)Creates a pattern matching entity using the specified intent ID.static PatternMatchingEntityPatternMatchingEntity. CreateIntegerEntity(String entityId)Creates a pattern matching entity using the specified intent ID.static PatternMatchingEntityPatternMatchingEntity. CreateListEntity(String entityId, PatternMatchingEntity.EntityMatchMode mode, String... phrases)Creates a pattern matching entity using the specified intent ID, EntityMatchMode, phrases.static PatternMatchingEntityPatternMatchingEntity. CreateListEntity(String entityId, PatternMatchingEntity.EntityMatchMode mode, Collection<String> phrases)Creates a pattern matching entity using the specified intent ID, EntityMatchMode, phrases.Methods in com.microsoft.cognitiveservices.speech.intent that return types with arguments of type PatternMatchingEntity Modifier and Type Method Description KeyedItemHashMap<PatternMatchingEntity>PatternMatchingModel. getEntities()This container ofPatternMatchingEntityobjects is used to define all thePatternMatchingEntityobjects this model will look for.
-