IFieldPrompt<T>.Help Property

Definition

Return the help description for this field.

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

Property Value

The prompt to use for generating help.

Remarks

Help is a mixture of field specific help, what a recognizer understands and available commands.

Applies to