Prompter<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
打包在一起的提示和识别器。
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) |
通过确保它们引用真实字段来验证模式。 |