VictorRancesCode / flutter_dialogflow

Flutter package for makes it easy to integrate dialogflow and support dialogflow v2
Apache License 2.0
214 stars 73 forks source link

intentDetectionConfidence is null #34

Open pravindia opened 3 years ago

pravindia commented 3 years ago

intentDetectionConfidence is coming inside query set in dialogflow v2.0 but in your code you reading intentDetectionConfidence as response.body['intentDetectionConfidence'] but you should read as response.body['queryResult']['intentDetectionConfidence'] or add intentDetectionConfidence in queryResult class. Please make the update in package and push it

ElZombieIsra commented 3 years ago

Hi man. As you can see, this package is no longer being maintained. I created another one and we have this prop defined in our QueryResult class.

Check it out here

The package can be found here

I hope that helps you