Share via


QnASearchResultList.Answers Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to