Prompter<T> Class

Definition

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.

Applies to