LuisActionDialog 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Action binding in LUIS should be replaced with code.
对话框包装 Luis 对话框功能。
[System.Obsolete("Action binding in LUIS should be replaced with code.")]
[System.Serializable]
public class LuisActionDialog : Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Builder.Luis.Models.LuisResult>
[<System.Obsolete("Action binding in LUIS should be replaced with code.")>]
[<System.Serializable>]
type LuisActionDialog = class
interface IDialog<LuisResult>
Public Class LuisActionDialog
Implements IDialog(Of LuisResult)
- 继承
-
LuisActionDialog
- 属性
- 实现
构造函数
LuisActionDialog(ILuisService, String, String) |
已过时.
创建 LuisActionDialog 的实例。 |
方法
MessageReceivedAsync(IDialogContext, IAwaitable<IMessageActivity>) |
已过时.
对话框包装 Luis 对话框功能。 |
StartAsync(IDialogContext) |
已过时.
对话框包装 Luis 对话框功能。 |