Uses of Class
org.openhab.core.voice.text.InterpretationException
-
Uses of InterpretationException in org.openhab.core.voice
Modifier 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
Modifier and TypeMethodDescription@Nullable InterpretationException
InterpretationResult.getException()
Modifier and TypeMethodDescriptionprotected String
AbstractRuleBasedInterpreter.executeCustom
(ResourceBundle language, AbstractRuleBasedInterpreter.ItemCommandSupplier itemCommandSupplier, Rule.InterpretationContext context) Executes a custom rule command.protected String
AbstractRuleBasedInterpreter.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 givenLocale
default String
HumanLanguageInterpreter.interpret
(Locale locale, String text, @Nullable DialogContext dialogContext) Interprets a human language text fragment of a givenLocale
with optional access to the context of a dialog execution.ModifierConstructorDescriptionInterpretationResult
(InterpretationException exception) Constructs an unsuccessful result.