次の方法で共有


LuisApp.PrebuiltEntities プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象