VoiceAgentComponentStates constructor
const
VoiceAgentComponentStates({
- ComponentLoadState stt = const ComponentLoadState.notLoaded(),
- ComponentLoadState llm = const ComponentLoadState.notLoaded(),
- ComponentLoadState tts = const ComponentLoadState.notLoaded(),
Implementation
const VoiceAgentComponentStates({
this.stt = const ComponentLoadState.notLoaded(),
this.llm = const ComponentLoadState.notLoaded(),
this.tts = const ComponentLoadState.notLoaded(),
});