Uses of Class
com.microsoft.cognitiveservices.speech.intent.PatternMatchingEntity.EntityMatchMode
-
Packages that use PatternMatchingEntity.EntityMatchMode Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of PatternMatchingEntity.EntityMatchMode in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return PatternMatchingEntity.EntityMatchMode Modifier and Type Method Description PatternMatchingEntity.EntityMatchModePatternMatchingEntity. getMatchMode()Returns theEntityMatchModefor this item.static PatternMatchingEntity.EntityMatchModePatternMatchingEntity.EntityMatchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PatternMatchingEntity.EntityMatchMode[]PatternMatchingEntity.EntityMatchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech.intent with parameters of type PatternMatchingEntity.EntityMatchMode Modifier and Type Method Description 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.voidPatternMatchingEntity. setMatchMode(PatternMatchingEntity.EntityMatchMode mode)Sets theEntityMatchModefor this item.
-