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)

通过确保它们引用真实字段来验证模式。

适用于