VoiceAgentComponentStates constructor

const VoiceAgentComponentStates({
  1. ComponentLoadState stt = const ComponentLoadState.notLoaded(),
  2. ComponentLoadState llm = const ComponentLoadState.notLoaded(),
  3. ComponentLoadState tts = const ComponentLoadState.notLoaded(),
})

Implementation

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