Package org.openhab.core.voice
Interface DTService
- All Known Subinterfaces:
BasicDTService,KSService
@NonNullByDefault
public interface DTService
This is the interface that a dialog trigger service has to implement.
- Author:
- Miguel Álvarez Díez - Initial contribution
-
Method Summary
-
Method Details
-
getId
String getId()Returns a simple string that uniquely identifies this service- Returns:
- an id that identifies this service
-
getLabel
Returns a localized human-readable label that can be used within UIs.- Parameters:
locale- the locale to provide the label for- Returns:
- a localized string to be used in UIs
-