次の方法で共有


ReplaceKbDTO.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

適用対象