just-ai / aimybox-android-sdk

Voice assistant SDK for Android
https://aimybox.com
Apache License 2.0
74 stars 16 forks source link

Add ability to initiate conversation from bot #116

Open sriramsv opened 2 years ago

sriramsv commented 2 years ago

Currently, the SDK does not allow the assistant to pre-empt the user with a question. It would be nice to have that ability to initiate the conversation from the assistant side rather than always being reactive to the user.

morfeusys commented 2 years ago

You can send any query programmatically on any phase of your application logic via send method.