次の方法で共有


QnADTO.Metadata プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象