次の方法で共有


ContextDTO.Prompts プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象