Share via


CreateKbInputDTO.QnaList Propiedad

Definición

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a