QnAMakerDialog.PreviousQnAId 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 previous question ID.
protected const string PreviousQnAId;
val mutable PreviousQnAId : string
Protected Const PreviousQnAId As String
Field Value
Remarks
This represents the QnA question ID from the previous turn. It is stored within the current step's WaterfallStepContext. It supports QnA Maker's follow-up prompt and active learning features.