PromptOptions.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.
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.