Prediction.Intents Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="intents")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Intent> Intents { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="intents")>]
member this.Intents : System.Collections.Generic.IDictionary<string, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Intent> with get, set
Public Property Intents As IDictionary(Of String, Intent)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to