QnAMakerDialog.Options Field
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.
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.