Uses of Class
org.openhab.core.voice.DialogRegistration
Packages that use DialogRegistration
-
Uses of DialogRegistration in org.openhab.core.voice
Methods in org.openhab.core.voice that return types with arguments of type DialogRegistrationModifier and TypeMethodDescriptionVoiceManager.getDialogRegistrations()
List current dialog registrationsMethods in org.openhab.core.voice with parameters of type DialogRegistrationModifier 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.