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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java