Jaa


QnAMakerDialogOptions.ResponseOptions Property

Definition

Gets or sets the response options for the QnAMakerDialog.

public Microsoft.Bot.Builder.AI.QnA.QnADialogResponseOptions ResponseOptions { get; set; }
member this.ResponseOptions : Microsoft.Bot.Builder.AI.QnA.QnADialogResponseOptions with get, set
Public Property ResponseOptions As QnADialogResponseOptions

Property Value

The response options for the QnAMakerDialog.

Applies to