ReplaceKbDTO.QnAList Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to