just-ai / aimybox-android-assistant

Embeddable custom voice assistant for Android applications
https://aimybox.com
Apache License 2.0
226 stars 52 forks source link

Questions on input type/method #48

Closed kvbulusu closed 4 years ago

kvbulusu commented 4 years ago

I'm new to android and a newbie qn. Along with voice, how can I add a text so users can type too? In your example/demo code what should I change? I want to have both voice and text... I'm using rasa nlu stack....

morfeusys commented 4 years ago

You have to implement text input UI on your side and add it to your application. Once the user inputs some text, it should be passed to send() method of Aimybox. All other work will be done under the hood.