Package org.openhab.core.voice
Class DialogRegistration
java.lang.Object
org.openhab.core.voice.DialogRegistration
Describes dialog desired services and options.
- Author:
- Miguel Álvarez - Initial contribution
-
Field Summary
Modifier and TypeFieldDescription@Nullable String
Dialog group nameList of interpreters@Nullable String
Selected keyword for spotting@Nullable String
Preferred keyword-spotting service@Nullable String
Linked listening item@Nullable String
Custom listening melody@Nullable Locale
Dialog locale@Nullable String
Linked location itemboolean
True if an associated dialog is runningDialog audio sink idDialog audio source id@Nullable String
Preferred speech-to-text service id@Nullable String
Preferred text-to-speech service id@Nullable String
Preferred voice id -
Constructor Summary
-
Method Summary
-
Field Details
-
sourceId
Dialog audio source id -
sinkId
Dialog audio sink id -
ksId
Preferred keyword-spotting service -
keyword
Selected keyword for spotting -
sttId
Preferred speech-to-text service id -
ttsId
Preferred text-to-speech service id -
voiceId
Preferred voice id -
hliIds
List of interpreters -
locale
Dialog locale -
listeningItem
Linked listening item -
locationItem
Linked location item -
dialogGroup
Dialog group name -
listeningMelody
Custom listening melody -
running
public boolean runningTrue if an associated dialog is running
-
-
Constructor Details
-
DialogRegistration
-