class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompleteQueryResponseCompletionResult
Resource that represents completion results.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) @suggestion = args[:suggestion] if args.key?(:suggestion) end