QnAMakerTraceInfo.MetadataBoost Property

Definition

Caution

This property is no longer used and will be ignored

Gets or sets the Metadata collection to be sent when calling QnA Maker to boost results.

[System.Obsolete("This property is no longer used and will be ignored")]
public Microsoft.Bot.Builder.AI.QnA.Metadata[] MetadataBoost { get; set; }
[<System.Obsolete("This property is no longer used and will be ignored")>]
member this.MetadataBoost : Microsoft.Bot.Builder.AI.QnA.Metadata[] with get, set
Public Property MetadataBoost As Metadata()

Property Value

Metadata[]

An array of Metadata.

Attributes

Applies to