Uses of Class
org.openhab.core.voice.text.InterpretationException
Packages that use InterpretationException
- 
Uses of InterpretationException in org.openhab.core.voice
Methods in org.openhab.core.voice that throw InterpretationExceptionModifier and TypeMethodDescriptionInterprets the passed string using the default services for HLI and locale.Interprets the passed string using a particular HLI service and the default locale. - 
Uses of InterpretationException in org.openhab.core.voice.text
Methods in org.openhab.core.voice.text that return InterpretationExceptionModifier and TypeMethodDescription@Nullable InterpretationExceptionInterpretationResult.getException()Methods in org.openhab.core.voice.text that throw InterpretationExceptionModifier and TypeMethodDescriptionprotected StringAbstractRuleBasedInterpreter.executeCustom(ResourceBundle language, AbstractRuleBasedInterpreter.ItemCommandSupplier itemCommandSupplier, Rule.InterpretationContext context) Executes a custom rule command.protected StringAbstractRuleBasedInterpreter.executeSingle(ResourceBundle language, String[] labelFragments, AbstractRuleBasedInterpreter.ItemCommandSupplier commandSupplier, Rule.InterpretationContext context) Executes a command on one item that's to be found in the item registry by given name fragments.AbstractRuleBasedInterpreter.interpret(Locale locale, String text, @Nullable DialogContext dialogContext) Interprets a human language text fragment of a givenLocaledefault StringHumanLanguageInterpreter.interpret(Locale locale, String text, @Nullable DialogContext dialogContext) Interprets a human language text fragment of a givenLocalewith optional access to the context of a dialog execution.Constructors in org.openhab.core.voice.text with parameters of type InterpretationExceptionModifierConstructorDescriptionInterpretationResult(InterpretationException exception) Constructs an unsuccessful result.