Sdílet prostřednictvím


LuisAppV2.Utterances Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to