QnAMakerOptions.Context Property

Definition

Gets or sets context of the previous turn.

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 of previous turn.

Applies to