Class GoogleSearchSuggestions
Search suggestions from Google Search Tool.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GoogleSearchSuggestions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 @media(prefers-color-scheme).
Declaration
[JsonProperty("htmls")]
public virtual IList<string> Htmls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
WebSearchQueries
List of queries used to perform the google search along with the search result URIs forming the search suggestions.
Declaration
[JsonProperty("webSearchQueries")]
public virtual IList<WebSearchQuery> WebSearchQueries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<WebSearchQuery> |