IFieldPrompt<T>.Help Property
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.
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.