IFieldPrompt<T>.Prompt Property

Definition

Returns the prompt description.

public Microsoft.Bot.Builder.FormFlow.Advanced.IPrompt<T> Prompt { get; }
member this.Prompt : Microsoft.Bot.Builder.FormFlow.Advanced.IPrompt<'T (requires 'T : null)>
Public ReadOnly Property Prompt As IPrompt(Of T)

Property Value

An IPrompt<T> describing prompt and recognizer.

Remarks

If a prompt is dynamically computed this should be null until DefineAsync(T) is called.

Applies to