共用方式為


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 意圖與對話方塊方法之間的關聯。

欄位

IntentName

LUIS 意圖名稱。

屬性

Text

建立 LUIS 意圖與對話方塊方法的關聯。

方法

Equals(Object)

建立 LUIS 意圖與對話方塊方法的關聯。

(繼承來源 AttributeString)
GetHashCode()

建立 LUIS 意圖與對話方塊方法的關聯。

(繼承來源 AttributeString)
ToString()

建立 LUIS 意圖與對話方塊方法的關聯。

(繼承來源 AttributeString)

明確介面實作

IEquatable<AttributeString>.Equals(AttributeString)

建立 LUIS 意圖與對話方塊方法的關聯。

(繼承來源 AttributeString)

適用於