BingAutoSuggestSearch Interface
public interface BingAutoSuggestSearch
An instance of this class provides access to all the operations defined in BingAutoSuggestSearch.
Method Summary
Modifier and Type | Method and Description |
---|---|
BingAutoSuggestSearchAutoSuggestDefinitionStages.WithQuery |
autoSuggest()
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them. |
Suggestions |
autoSuggest(String query, AutoSuggestOptionalParameter autoSuggestOptionalParameter)
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them. |
Observable<Suggestions> |
autoSuggestAsync(String query, AutoSuggestOptionalParameter autoSuggestOptionalParameter)
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them. |
Method Details
autoSuggest
public BingAutoSuggestSearchAutoSuggestDefinitionStages.WithQuery autoSuggest()
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.
Returns:
autoSuggest
public Suggestions autoSuggest(String query, AutoSuggestOptionalParameter autoSuggestOptionalParameter)
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.
Parameters:
Returns:
Throws:
autoSuggestAsync
public Observable
The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java