Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::GoogleSearchSuggestions.
Search suggestions from [Google Search Tool][google.cloud.ces.v1beta.GoogleSearchTool].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#htmls
def htmls() -> ::Array<::String>
Returns
-
(::Array<::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).
#htmls=
def htmls=(value) -> ::Array<::String>
Parameter
-
value (::Array<::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).
Returns
-
(::Array<::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).
#web_search_queries
def web_search_queries() -> ::Array<::Google::Cloud::Ces::V1beta::WebSearchQuery>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::WebSearchQuery>) — List of queries used to perform the google search along with the search result URIs forming the search suggestions.
#web_search_queries=
def web_search_queries=(value) -> ::Array<::Google::Cloud::Ces::V1beta::WebSearchQuery>
Parameter
- value (::Array<::Google::Cloud::Ces::V1beta::WebSearchQuery>) — List of queries used to perform the google search along with the search result URIs forming the search suggestions.
Returns
- (::Array<::Google::Cloud::Ces::V1beta::WebSearchQuery>) — List of queries used to perform the google search along with the search result URIs forming the search suggestions.