QnAMakerDialog.Options Field

Definition

The path for storing and retrieving the options for this instance of the dialog.

protected const string Options;
val mutable Options : string
Protected Const Options As String 

Field Value

Remarks

This includes the options with which the dialog was started and options expected by the QnA Maker service. It is stored within the current step's WaterfallStepContext. It supports QnA Maker and the dialog system.

Applies to