SuggestionsSuggestionGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SuggestionsSuggestionGroup() |
Initializes a new instance of the SuggestionsSuggestionGroup class. |
SuggestionsSuggestionGroup(String, IList<SearchAction>) |
Initializes a new instance of the SuggestionsSuggestionGroup class. |
SuggestionsSuggestionGroup()
Initializes a new instance of the SuggestionsSuggestionGroup class.
public SuggestionsSuggestionGroup ();
Public Sub New ()
Applies to
SuggestionsSuggestionGroup(String, IList<SearchAction>)
Initializes a new instance of the SuggestionsSuggestionGroup class.
public SuggestionsSuggestionGroup (string name, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.SearchAction> searchSuggestions);
new Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.SuggestionsSuggestionGroup : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.SearchAction> -> Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.SuggestionsSuggestionGroup
Public Sub New (name As String, searchSuggestions As IList(Of SearchAction))
Parameters
- name
- String
Possible values include: 'Unknown', 'Web', 'StoreApps', 'SearchHistory', 'PersonalSearchDocuments', 'PersonalSearchTags', 'Custom'
- searchSuggestions
- IList<SearchAction>
Applies to
Azure SDK for .NET