Share via


PrebuiltDomain.Intents Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to