pub trait SpeechServiceSyncHandler {
    fn handle_say(&self, command: VoiceCommand) -> Result<SpeechResult>;
}

Required Methods

Implementors