LuisIntentAttribute 类

定义

将 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
属性

构造函数

LuisIntentAttribute(String)

构造 LUIS 意向与 dialog 方法之间的关联。

字段

IntentName

LUIS 意向名称。

属性

Text

将 LUIS 意向与对话框方法相关联。

方法

Equals(Object)

将 LUIS 意向与对话框方法相关联。

(继承自 AttributeString)
GetHashCode()

将 LUIS 意向与对话框方法相关联。

(继承自 AttributeString)
ToString()

将 LUIS 意向与对话框方法相关联。

(继承自 AttributeString)

显式接口实现

IEquatable<AttributeString>.Equals(AttributeString)

将 LUIS 意向与对话框方法相关联。

(继承自 AttributeString)

适用于