robotemi/sdk

How to hide conversation layer

matteo-tm opened this issue · 2 comments

In the speak API there is an option to hide conversation layer.
But in askQuestion and startDefaultNlu there seems to be no way to prevent the layer from showing. Is there a way to hide that?

startDefaultNlu is a way to trigger temi's default nlu, its reaction is not necessary to be a TTS.

For example startDefaultNlu("Go to home base"), this will make temi to go to home base location.

Thus currently in startDefaultNlu(), the only parameter it takes is a plain text.

In 133 version, askQuestion can take TtsRequest as parameter
#454