-
class
Implements cache functionality for the TTS service extending this class.
Retrieves a TTS service with the given id.
Returns the value of the tts
record component.
Retrieves all TTS 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.