PromptOptions.Prompt Property

Definition

Gets or sets the initial prompt to send the user as an Activity.

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

Property Value

The initial prompt to send the user as and Activity.

Applies to