Share via


QnAResponseContext.Prompts Property

Definition

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.

Applies to