Hey all I am building an advanced voice assistant app on Thunkable x
I had a few doubts that can I use Dialogflow assistant in a way like when I click a button speech
recognizer would get text and after it got a text it would post the query on the Dialogflow assistant and the Dialogflow answer would be shown on a label and what all features can I use on Dialogflow
and how can i use this extension on thunkable x
and the package manager extension by taifun as well cn.kevinkun.KevinkunContacts.aix (5.1 KB)
Can you please provide a few more details? What is the voice assistant needed for? Can you share screenshots of your app and blocks you have tried so far? A project link would be great too.
+1 @codeswept - I’ve merged the three posts into a single one now. In future @yash.sehgal.20391e please use the edit button.
Dialog flow is available directly in-platform as the Assistant component so there are no build errors or conflicts that can sometimes occur when using extensions
Since everything is written in JavaScript you can, in essence, write your own by using the extended web viewer. If you can find (or write) a library in vanilla JS then odds are you can use it with our Web Viewer component