Search suggestions from Google Search Tool.
| JSON representation |
|---|
{
"htmls": [
string
],
"webSearchQueries": [
{
object ( |
| Fields | |
|---|---|
htmls[] |
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 |
webSearchQueries[] |
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 |
The search query text. |
uri |
The URI to the Google Search results page for the query. |