PromptOptions.RetryPrompt Property

Definition

Gets or sets the retry prompt to send the user as and Activity.

public Microsoft.Bot.Schema.Activity RetryPrompt { get; set; }
member this.RetryPrompt : Microsoft.Bot.Schema.Activity with get, set
Public Property RetryPrompt As Activity

Property Value

The retry prompt to send the user as an Activity.

Applies to