class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponse
Response of the auto-complete query.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @attribution_token = args[:attribution_token] if args.key?(:attribution_token) @completion_results = args[:completion_results] if args.key?(:completion_results) @recent_search_results = args[:recent_search_results] if args.key?(:recent_search_results) end