flutter_dialogflow icon indicating copy to clipboard operation
flutter_dialogflow copied to clipboard

dialogflow detectIntent call need to add audioConfig and input audio

Open nandakumar111 opened this issue 5 years ago • 1 comments

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.

nandakumar111 avatar Feb 20 '20 06:02 nandakumar111

Check DialogFlowtter where this is addressed

ElZombieIsra avatar Jan 23 '21 02:01 ElZombieIsra