flutter_dialogflow icon indicating copy to clipboard operation
flutter_dialogflow copied to clipboard

intentDetectionConfidence is null

Open pravindia opened this issue 4 years ago • 1 comments

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

pravindia avatar Feb 24 '21 11:02 pravindia

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

ElZombieIsra avatar Mar 02 '21 20:03 ElZombieIsra