Uses of Class
org.openhab.core.voice.DialogContext.Builder
-
Uses of DialogContext.Builder in org.openhab.core.voice
Modifier and TypeMethodDescriptionVoiceManager.getDialogContextBuilder()
Returns a dialog context builder with the default required services and configurations for dialog processingDialogContext.Builder.withDialogGroup
(@Nullable String dialogGroup) DialogContext.Builder.withHLI
(@Nullable HumanLanguageInterpreter service) DialogContext.Builder.withHLIs
(Collection<HumanLanguageInterpreter> services) DialogContext.Builder.withHLIs
(List<HumanLanguageInterpreter> services) DialogContext.Builder.withKeyword
(@Nullable String keyword) DialogContext.Builder.withListeningItem
(@Nullable String listeningItem) DialogContext.Builder.withLocale
(@Nullable Locale locale) DialogContext.Builder.withLocationItem
(@Nullable String locationItem) DialogContext.Builder.withMelody
(@Nullable String listeningMelody) DialogContext.Builder.withSource
(@Nullable AudioSource source) DialogContext.Builder.withSTT
(@Nullable STTService service) DialogContext.Builder.withTTS
(@Nullable TTSService service)