just-ai / aimybox-android-assistant

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

Ability to send async messages to fragment #64

Closed sriramsv closed 2 years ago

sriramsv commented 3 years ago

I'm currently working on modifying this demo app to make it a Tasker plugin. I can send the messages the app hears now to Tasker, but I don't see any way to get the message back to the app and update the message in the UI fragment.

I'm not very familiar with kotlin, so any help is appreciated!

sriramsv commented 3 years ago

I want to achieve this flow where in the response coming from the assistant could either be initiated by an event or the request-response flow is not being called synchronously by the DialogAPI. @morfeusys @bgubanov @lambdatamer