Share via


ContextDTO.Prompts Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to