Jaa


QnAMakerTraceInfo.Context Property

Definition

Gets or sets context for multi-turn responses.

public Microsoft.Bot.Builder.AI.QnA.QnARequestContext Context { get; set; }
member this.Context : Microsoft.Bot.Builder.AI.QnA.QnARequestContext with get, set
Public Property Context As QnARequestContext

Property Value

The context from which the QnA was extracted.

Applies to