【发布时间】:2017-12-18 04:41:21
【问题描述】:
一个例子是:
"I would like to do Task 1 then I would like to do Task 2".
这里的任务 1 和 2 代表意图
我想在 C# 代码中处理这些复杂的话语,并且每次使用 context.PostAsync() 单独发布结果。
输出:
Result of task 1
Result of task 2
在 Bot Builder 3.8 及更高版本中有一个名为DispatchToLuisHandler() 的方法,如果有帮助,如何?
【问题讨论】:
标签: c# bots botframework azure-language-understanding