FormConfiguration.DefaultPrompt Field

Definition

Default prompt and template format settings.

public Microsoft.Bot.Builder.FormFlow.PromptAttribute DefaultPrompt;
val mutable DefaultPrompt : Microsoft.Bot.Builder.FormFlow.PromptAttribute
Public DefaultPrompt As PromptAttribute 

Field Value

Remarks

When you specify a PromptAttribute or TemplateAttribute, any format value you do not specify will come from this default.

Applies to