次の方法で共有


RecognizeEnumeration<T> クラス

定義

列挙値の認識エンジン。

public sealed class RecognizeEnumeration<T> : Microsoft.Bot.Builder.FormFlow.Advanced.IRecognize<T> where T : class
type RecognizeEnumeration<'T (requires 'T : null)> = class
    interface IRecognize<'T (requires 'T : null)>
Public NotInheritable Class RecognizeEnumeration(Of T)
Implements IRecognize(Of T)

型パラメーター

T
継承
RecognizeEnumeration<T>
実装

コンストラクター

RecognizeEnumeration<T>(IField<T>)

IField<T>基づくコンストラクター。

メソッド

Help(T, Object)

列挙値の認識エンジン。

Matches(IMessageActivity, Object)

列挙値の認識エンジン。

PromptArgs()

列挙値の認識エンジン。

ToString()

列挙値の認識エンジン。

ValidInputs(Object)

列挙値の認識エンジン。

ValueDescription(Object)

列挙値の認識エンジン。

ValueDescriptions()

列挙値の認識エンジン。

Values()

列挙値の認識エンジン。

適用対象