IFieldPrompt<T>.Help Property
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.
C#
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)
The prompt to use for generating help.
Help is a mixture of field specific help, what a recognizer understands and available commands.
Product | Versions |
---|---|
Microsoft.Bot.Builder | 3.0 |