RelatedSearchesRelatedSearchAnswer Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Answer
- SearchResultsAnswer
- com.
microsoft. azure. cognitiveservices. search. websearch. models. RelatedSearchesRelatedSearchAnswer
- com.
public class RelatedSearchesRelatedSearchAnswer extends SearchResultsAnswer
Defines a list of related queries made by others.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Query> |
value()
Get the value value. |
Related |
withValue(List<Query> value)
Set the value value. |
Inherited Members
Answer.followUpQueries()
Identifiable.id()
SearchResultsAnswer.isFamilyFriendly()
SearchResultsAnswer.queryContext()
SearchResultsAnswer.totalEstimatedMatches()
Response.webSearchUrl()
Method Details
value
public List
Get the value value.
Returns:
the value value
withValue
public RelatedSearchesRelatedSearchAnswer withValue(List
Set the value value.
Parameters:
value
- the value value to set
Returns:
the RelatedSearchesRelatedSearchAnswer 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