Uses of Class
org.openhab.core.voice.DialogRegistration
-
Uses of DialogRegistration in org.openhab.core.voice
Modifier and TypeMethodDescriptionVoiceManager.getDialogRegistrations()
List current dialog registrationsModifier and TypeMethodDescriptionvoid
VoiceManager.registerDialog
(DialogRegistration registration) Register a dialog, so it will be persisted and started any time the required services are available.void
VoiceManager.unregisterDialog
(DialogRegistration registration) Removes a dialog registration and stops the associate dialog.