次の方法で共有


CreateKbDTO.QnaList プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象