Uses of Interface
org.openhab.core.voice.DTService
Packages that use DTService
-
Uses of DTService in org.openhab.core.voice
Subinterfaces of DTService in org.openhab.core.voiceModifier and TypeInterfaceDescriptioninterfaceThis is the interface for a dialog trigger service that only allows to register aDTEventlistener.interfaceThis is the interface that a keyword spotting service has to implement.Methods in org.openhab.core.voice that return DTServiceModifier and TypeMethodDescription@Nullable DTServiceDialogContext.dt()Returns the value of thedtrecord component.Methods in org.openhab.core.voice with parameters of type DTServiceModifier and TypeMethodDescriptionConstructors in org.openhab.core.voice with parameters of type DTServiceModifierConstructorDescriptionDialogContext(@Nullable DTService dt, @Nullable String keyword, STTService stt, TTSService tts, @Nullable Voice voice, List<HumanLanguageInterpreter> hlis, AudioSource source, AudioSink sink, Locale locale, String dialogGroup, @Nullable String locationItem, @Nullable String listeningItem, @Nullable String listeningMelody) Creates an instance of aDialogContextrecord class.