abstract fun makeSpeechEngine(context: RobotContext!): Future<SpeechEngine!>!
Creates a SpeechEngine, that will create Say actions using the Conversation service with the given context
context
- RobotContext!: The context to authorize the created Say actions to be effectively executed on a robot
Return
Future<SpeechEngine!>!: A SpeechEngine
Since
3