标签: bots luis
我的代码中有一个确认对话框-
PromptDialog.Confirm(context, ConfirmDocSearch, $"Do you want to search any other document.?", attempts: 1);
但是当用户选择是或否时,将在Luis模型上不触发任何对话框。我不想在“是”或“否”上触发任何路易斯意图。
审查并重新训练luis模型。