Jaa


QnAMakerDialog.QnAContextData Field

Definition

The path for storing and retrieving QnA Maker context data.

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

Field Value

Remarks

This represents context about the current or previous call to QnA Maker. It is stored within the current step's WaterfallStepContext. It supports QnA Maker's follow-up prompt and active learning features.

Applies to