次の方法で共有


Prompter<T> クラス

定義

一緒にパッケージ化されたプロンプトと認識エンジン。

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

型パラメーター

T

UNderlying フォームの種類。

継承
Prompter<T>
実装

コンストラクター

Prompter<T>(TemplateBaseAttribute, IForm<T>, IRecognize<T>, IFields<T>)

プロンプトを作成します。

プロパティ

Annotation

一緒にパッケージ化されたプロンプトと認識エンジン。

Recognizer

一緒にパッケージ化されたプロンプトと認識エンジン。

メソッド

Prompt(T, IField<T>, Object[])

一緒にパッケージ化されたプロンプトと認識エンジン。

ValidatePattern(IForm<T>, String, IField<T>, Int32)

実際のフィールドを参照していることを確認して、パターンを検証します。

適用対象