Share via


InputDialog.Prompt Property

Definition

Gets or sets the activity to send to the user.

public Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Schema.Activity> Prompt { get; set; }
member this.Prompt : Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Schema.Activity> with get, set
Public Property Prompt As ITemplate(Of Activity)

Property Value

An activity template.

Applies to