QnAMakerTraceInfo.MetadataBoost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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