IFieldPrompt<T>.Prompt 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.
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.