flutter and aws lex bot integration
Is it possible to integrate aws lex bot with flutter app.
Hi @LijaAlex12 currently there is no direct SDK support for AWS Lex Bot in Amplify Flutter.
However, you can use an API to communicate with Lex:
https://docs.aws.amazon.com/lexv2/latest/dg/API_Reference.html
In which case you should be able to use our Flutter Rest API plugin to help make those requests:
https://docs.amplify.aws/lib/restapi/getting-started/q/platform/flutter
Is it now available ? If yes then I need documentation.
Hello @KoustuvGanguly this feature has not been implement for Flutter yet and we will provide an update here when it is released. In the meantime you can give the initial post a thumbs up to help us identify interest in the feature!