WordAlterationsDTO.WordAlterations Property

Definition

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to