aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.3k stars 239 forks source link

flutter and aws lex bot integration #565

Open LijaAlex12 opened 3 years ago

LijaAlex12 commented 3 years ago

Is it possible to integrate aws lex bot with flutter app.

fjnoyp commented 3 years ago

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