次の方法で共有


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)

適用対象