SuggestionsSuggestionGroup.SearchSuggestions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="searchSuggestions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.SearchAction> SearchSuggestions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="searchSuggestions")>]
member this.SearchSuggestions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.SearchAction> with get, set
Public Property SearchSuggestions As IList(Of SearchAction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to