Uses of Interface
org.openhab.core.voice.DTServiceHandle
Packages that use DTServiceHandle
-
Uses of DTServiceHandle in org.openhab.core.voice
Subinterfaces of DTServiceHandle in org.openhab.core.voiceMethods in org.openhab.core.voice that return DTServiceHandleModifier and TypeMethodDescriptionBasicDTService.registerListener(DTListener dtListener) Used to register the dialog trigger events listener@Nullable DTServiceHandleVoiceManager.startDialog(DialogContext context) Starts an infinite dialog sequence: keyword spotting on the audio source, audio source listening to retrieve a question or a command (Speech to Text service), interpretation and handling of the command, and finally playback of the answer on the audio sink (Text to Speech service).