次の方法で共有


Prompter<T> コンストラクター

定義

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

public Prompter(Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute annotation, Microsoft.Bot.Builder.FormFlow.IForm<T> form, Microsoft.Bot.Builder.FormFlow.Advanced.IRecognize<T> recognizer, Microsoft.Bot.Builder.FormFlow.Advanced.IFields<T> fields = default);
new Microsoft.Bot.Builder.FormFlow.Advanced.Prompter<'T (requires 'T : null)> : Microsoft.Bot.Builder.FormFlow.Advanced.TemplateBaseAttribute * Microsoft.Bot.Builder.FormFlow.IForm<'T (requires 'T : null)> * Microsoft.Bot.Builder.FormFlow.Advanced.IRecognize<'T (requires 'T : null)> * Microsoft.Bot.Builder.FormFlow.Advanced.IFields<'T (requires 'T : null)> -> Microsoft.Bot.Builder.FormFlow.Advanced.Prompter<'T (requires 'T : null)>
Public Sub New (annotation As TemplateBaseAttribute, form As IForm(Of T), recognizer As IRecognize(Of T), Optional fields As IFields(Of T) = Nothing)

パラメーター

annotation
TemplateBaseAttribute

プロンプトの \ref パターンと書式設定を記述する注釈。

form
IForm<T>

現在のフォーム。

recognizer
IRecognize<T>

認識エンジン (存在する場合)。

fields
IFields<T>

フィールド名の参照。 (既定値はフォームです)。

適用対象