Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::WebSearchQuery (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::WebSearchQuery.

Represents a single web search query and its associated search uri.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#query

def query() -> ::String
Returns
  • (::String) — The search query text.

#query=

def query=(value) -> ::String
Parameter
  • value (::String) — The search query text.
Returns
  • (::String) — The search query text.

#uri

def uri() -> ::String
Returns
  • (::String) — The URI to the Google Search results page for the query.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — The URI to the Google Search results page for the query.
Returns
  • (::String) — The URI to the Google Search results page for the query.