Gemini Enterprise for Customer Experience v1 API - Class GoogleSearchSuggestions (1.0.0-beta01)

public sealed class GoogleSearchSuggestions : IMessage<GoogleSearchSuggestions>, IEquatable<GoogleSearchSuggestions>, IDeepCloneable<GoogleSearchSuggestions>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class GoogleSearchSuggestions.

Search suggestions from [Google Search Tool][google.cloud.ces.v1.GoogleSearchTool].

Inheritance

object > GoogleSearchSuggestions

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

GoogleSearchSuggestions()

public GoogleSearchSuggestions()

GoogleSearchSuggestions(GoogleSearchSuggestions)

public GoogleSearchSuggestions(GoogleSearchSuggestions other)
Parameter
Name Description
other GoogleSearchSuggestions

Properties

Htmls

public RepeatedField<string> Htmls { get; }

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).

Property Value
Type Description
RepeatedFieldstring

WebSearchQueries

public RepeatedField<WebSearchQuery> WebSearchQueries { get; }

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

Property Value
Type Description
RepeatedFieldWebSearchQuery