LuisIntentAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 LUIS 意向与对话框方法相关联。
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public class LuisIntentAttribute : Microsoft.Bot.Builder.Scorables.Internals.AttributeString
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type LuisIntentAttribute = class
inherit AttributeString
Public Class LuisIntentAttribute
Inherits AttributeString
- 继承
- 属性
构造函数
LuisIntentAttribute(String) |
构造 LUIS 意向与 dialog 方法之间的关联。 |
字段
IntentName |
LUIS 意向名称。 |
属性
Text |
将 LUIS 意向与对话框方法相关联。 |
方法
Equals(Object) |
将 LUIS 意向与对话框方法相关联。 (继承自 AttributeString) |
GetHashCode() |
将 LUIS 意向与对话框方法相关联。 (继承自 AttributeString) |
ToString() |
将 LUIS 意向与对话框方法相关联。 (继承自 AttributeString) |
显式接口实现
IEquatable<AttributeString>.Equals(AttributeString) |
将 LUIS 意向与对话框方法相关联。 (继承自 AttributeString) |