flutter_dialogflow
flutter_dialogflow copied to clipboard
dialogflow detectIntent call need to add audioConfig and input audio
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.
Check DialogFlowtter where this is addressed