SuggestionsSuggestionGroup Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. autosuggest. models. SuggestionsSuggestionGroup
- com.
public class SuggestionsSuggestionGroup
The SuggestionsSuggestionGroup model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Scenario |
name()
Get the name value. |
List<Search |
searchSuggestions()
Get the searchSuggestions value. |
Suggestions |
withName(ScenarioType name)
Set the name value. |
Suggestions |
withSearchSuggestions(List<SearchAction> searchSuggestions)
Set the searchSuggestions value. |
Method Details
name
public ScenarioType name()
Get the name value.
Returns:
the name value
searchSuggestions
public List
Get the searchSuggestions value.
Returns:
the searchSuggestions value
withName
public SuggestionsSuggestionGroup withName(ScenarioType name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the SuggestionsSuggestionGroup object itself.
withSearchSuggestions
public SuggestionsSuggestionGroup withSearchSuggestions(List
Set the searchSuggestions value.
Parameters:
searchSuggestions
- the searchSuggestions value to set
Returns:
the SuggestionsSuggestionGroup object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java