Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::GuidedSearchResult::RefinementAttribute

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

Useful attribute for search result refinements.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_key::String

Returns Attribute key used to refine the results e.g. 'movie_type'.

Returns:

  • (::String)

    Attribute key used to refine the results e.g. 'movie_type'.



585
586
587
588
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 585

class RefinementAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#attribute_value::String

Returns Attribute value used to refine the results e.g. 'drama'.

Returns:

  • (::String)

    Attribute value used to refine the results e.g. 'drama'.



585
586
587
588
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 585

class RefinementAttribute
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end