EntitiesSuggestionExample.IntentPredictions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="intentPredictions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> IntentPredictions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="intentPredictions")>]
member this.IntentPredictions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> with get, set
Public Property IntentPredictions As IList(Of IntentPrediction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to