Home:ALL Converter>Send text queries to google assistant Flutter

Send text queries to google assistant Flutter

Ask Time:2021-07-29T02:50:26         Author:Mafaza Chabane

Json Formatter

I'm building an app with flutter where I need to open google assistant with interpreter mode with a click of a button

I couldn't find any way to do so.

Is it possible to send a text query to google assistant containing " OK GOOGLE, Be my interpreter " which is the query that opens the desired mode of google assistant, if it is possible, how is it done ?

I also found some answers using google assistant sdk but all of them were in python so does that mean google sdk can't be used in flutter ? if it can be used how is that done ?

What about google assistant api what is it exactly for? can something like that be done using it ?

Author:Mafaza Chabane,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/68565925/send-text-queries-to-google-assistant-flutter
Oreofe Solarin :

Well. Yes, you can. I did some googling I saw this nice tutorial writing by Marcin Szałek.\nThis is the link. You would have to capture the intent, then handle it in the MainActivity.",
2021-07-28T22:57:12
yy