-
interface
This is the interface that an edge keyword spotting service has to implement.
Retrieves a KS service with the given id.
Returns the value of the ks
record component.
Retrieves all KS services.
DialogContext(@Nullable KSService ks,
@Nullable String keyword,
STTService stt,
TTSService tts,
@Nullable Voice voice,
List<HumanLanguageInterpreter> hlis,
AudioSource source,
AudioSink sink,
Locale locale,
String dialogGroup,
@Nullable String locationItem,
@Nullable String listeningItem,
@Nullable String listeningMelody)
Creates an instance of a DialogContext
record class.