Suggestions Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Answer
- SearchResultsAnswer
- com.
microsoft. azure. cognitiveservices. search. autosuggest. models. Suggestions
- com.
public class Suggestions extends SearchResultsAnswer
The Suggestions model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Suggestions |
suggestionGroups()
Get the suggestionGroups value. |
Suggestions |
withSuggestionGroups(List<SuggestionsSuggestionGroup> suggestionGroups)
Set the suggestionGroups value. |
Inherited Members
Response.adaptiveCard()
Identifiable.id()
Response.immediateAction()
Response.potentialAction()
Response.preferredClickthroughUrl()
SearchResultsAnswer.queryContext()
Response.readLink()
Response.webSearchUrl()
Method Details
suggestionGroups
public List
Get the suggestionGroups value.
Returns:
the suggestionGroups value
withSuggestionGroups
public Suggestions withSuggestionGroups(List
Set the suggestionGroups value.
Parameters:
suggestionGroups
- the suggestionGroups value to set
Returns:
the Suggestions 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