QnAResponseContext.Prompts 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 prompts collection of related prompts.
public Microsoft.Bot.Builder.AI.QnA.QnaMakerPrompt[] Prompts { get; set; }
member this.Prompts : Microsoft.Bot.Builder.AI.QnA.QnaMakerPrompt[] with get, set
Public Property Prompts As QnaMakerPrompt()
Property Value
The QnA prompts array.