Mahmoued Mohamed

Results 1 comments of Mahmoued Mohamed

Hey i solved it by using Dialogflow v1 just import v1 lib and use it like this `import 'package:flutter_dialogflow/flutter_dialogflow.dart';` `Dialogflow dialogflow = Dialogflow(token: "Your Token");` `AIResponse response = await dialogflow.sendQuery("Your...