Prompter<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A prompt and recognizer packaged together.
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)
Type Parameters
- T
UNderlying form type.
- Inheritance
-
Prompter<T>
- Implements
Constructors
Prompter<T>(TemplateBaseAttribute, IForm<T>, IRecognize<T>, IFields<T>) |
Construct a prompter. |
Properties
Annotation | |
Recognizer |
Methods
Prompt(T, IField<T>, Object[]) | |
ValidatePattern(IForm<T>, String, IField<T>, Int32) |
Validate pattern by ensuring they refer to real fields. |