Share via


QueryResult.Context Property

Definition

Gets or sets context for multi-turn responses.

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

Property Value

The context from which the QnA was extracted.

Applies to