searchSuggestions

public final GoogleSearchResult.Builder searchSuggestions(String searchSuggestions)

Web content snippet that can be embedded in a web page or an app webview.


public final GoogleSearchResult.Builder searchSuggestions(JsonField<String> searchSuggestions)

Sets Builder.searchSuggestions to an arbitrary JSON value.

You should usually call Builder.searchSuggestions with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.