VoiceAgentDisconnectedState constructor
const
VoiceAgentDisconnectedState({})
Implementation
const VoiceAgentDisconnectedState({
required this.title,
required this.description,
required this.availableWidth,
required this.transcribe,
required this.showDisconnectedAction,
required this.allowToggleTranscribe,
required this.pinActionToMobileFooter,
required this.onStartSessionPressed,
required this.onTranscribeChanged,
});