GoogleSearchSuggestions

Search suggestions from Google Search Tool.

JSON representation
{
  "htmls": [
    string
  ],
  "webSearchQueries": [
    {
      object (WebSearchQuery)
    }
  ]
}
Fields
htmls[]

string

Compliant HTML and CSS styling for search suggestions. The provided HTML and CSS automatically adapts to your device settings, displaying in either light or dark mode indicated by @media(prefers-color-scheme).

webSearchQueries[]

object (WebSearchQuery)

List of queries used to perform the google search along with the search result URIs forming the search suggestions.

WebSearchQuery

Represents a single web search query and its associated search uri.

JSON representation
{
  "query": string,
  "uri": string
}
Fields
query

string

The search query text.

uri

string

The URI to the Google Search results page for the query.