Show / Hide Table of Contents

Class GoogleSearchSuggestions

Search suggestions from Google Search Tool.

Inheritance
object
GoogleSearchSuggestions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX