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

Issues using flutter knowledgebase responses #28

Closed vetbabble closed 3 years ago

vetbabble commented 4 years ago

Normal responses receiving answers with assigned intents are working correctly. However, when a response using knowledge connector is used. I receive the error:

NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling: )

There appears to be a response returned specific for using knowledge connectors that is not being handled correctly.