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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java