Share via


QueryResult.Metadata Property

Definition

Gets or sets metadata that is associated with the answer.

public Microsoft.Bot.Builder.AI.QnA.Metadata[] Metadata { get; set; }
member this.Metadata : Microsoft.Bot.Builder.AI.QnA.Metadata[] with get, set
Public Property Metadata As Metadata()

Property Value

Metadata that is associated with the answer.

Applies to