次の方法で共有


WordAlterationsDTO.WordAlterations プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="wordAlterations")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.AlterationsDTO> WordAlterations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="wordAlterations")>]
member this.WordAlterations : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.AlterationsDTO> with get, set
Public Property WordAlterations As IList(Of AlterationsDTO)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象