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

How to respond or utilize "Parameters and Value" of Dialogflow in Flutter? #31

Open Umang32 opened 3 years ago

Umang32 commented 3 years ago

Hi,

During a conversation in Flutter I am unable to a respond based on "Parameters and Values" of Dialogflow.

For example, if customer is using "city name" I have to respond it and tell him "current-Time" in that "City".

Thanks a lot.