Dela via


UpdateContextDTO.PromptsToAdd Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to