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 意圖與對話方塊方法之間的關聯。 |
欄位
IntentName |
LUIS 意圖名稱。 |
屬性
Text |
建立 LUIS 意圖與對話方塊方法的關聯。 |
方法
Equals(Object) |
建立 LUIS 意圖與對話方塊方法的關聯。 (繼承來源 AttributeString) |
GetHashCode() |
建立 LUIS 意圖與對話方塊方法的關聯。 (繼承來源 AttributeString) |
ToString() |
建立 LUIS 意圖與對話方塊方法的關聯。 (繼承來源 AttributeString) |
明確介面實作
IEquatable<AttributeString>.Equals(AttributeString) |
建立 LUIS 意圖與對話方塊方法的關聯。 (繼承來源 AttributeString) |