I have made a Chat-Bot using Amazon's LEX.
Is there any way I can use that application using Google's Voice Assistant in my phone?
If not why?
I have made a Chat-Bot using Amazon's LEX.
Is there any way I can use that application using Google's Voice Assistant in my phone?
If not why?
Copyright © 2021 Jogjafile Inc.
Yes it is possible to use Google's voice assistant application with Amazon Lex as NLP engine.
postContentorpostTextfunction to call Lex and get intent namePseudo Code in Nodejs :
Please note that you will need to have understanding of action's sdk and lex runtime library to extend above code according to your need.
This is high level approach to achieve your goal.
Hope it helps.