事件输入对话框flowtter
event input dialog flowtter
我想使用 dialog flowtter 从 flutter 应用中引发一个 Dialogflow 事件。有一个例外。 400 字段输入未设置。我能做什么?
DetectIntentResponse response = await dialogFlowtter.detectIntent(
queryInput: QueryInput(
eventInput:
EventInput(name:"username",languageCode: "en", parameters:{username: user!.uid})),
audioConfig: OutputAudioConfig(),
);
Unhandled Exception: Exception: INVALID_ARGUMENT: Field input not set., (400)
我发现这是对话框 flowtter 库中的错误。它现在在版本 0.3.2
中更改
我想使用 dialog flowtter 从 flutter 应用中引发一个 Dialogflow 事件。有一个例外。 400 字段输入未设置。我能做什么?
DetectIntentResponse response = await dialogFlowtter.detectIntent(
queryInput: QueryInput(
eventInput:
EventInput(name:"username",languageCode: "en", parameters:{username: user!.uid})),
audioConfig: OutputAudioConfig(),
);
Unhandled Exception: Exception: INVALID_ARGUMENT: Field input not set., (400)
我发现这是对话框 flowtter 库中的错误。它现在在版本 0.3.2
中更改