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

dialogflow detectIntent call need to add audioConfig and input audio #22

Open nandakumar111 opened 4 years ago

nandakumar111 commented 4 years ago

Dialogflow Doc

lib/v2/dialogflow_v2.dart (Line : 132)


String body = '{"queryInput":{"text":{"text":"$query","language_code":"$language"}}, "queryParams": $queryParams}';

In that need to add input audio and audioConfig.
ElZombieIsra commented 3 years ago

Check DialogFlowtter where this is addressed