Del via


QnAMakerDialog.PreviousQnAId Field

Definition

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.

Applies to