VoiceAgentProcessResult constructor
const
VoiceAgentProcessResult({})
Implementation
const VoiceAgentProcessResult({
required this.speechDetected,
this.transcription,
this.response,
this.synthesizedAudio,
});
const VoiceAgentProcessResult({
required this.speechDetected,
this.transcription,
this.response,
this.synthesizedAudio,
});