Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::GuidedSearchResult::RefinementAttribute
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::GuidedSearchResult::RefinementAttribute
- 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
-
#attribute_key ⇒ ::String
Attribute key used to refine the results e.g.
-
#attribute_value ⇒ ::String
Attribute value used to refine the results e.g.
Instance Attribute Details
#attribute_key ⇒ ::String
Returns Attribute key used to refine the results e.g. 'movie_type'.
792 793 794 795 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 792 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'.
792 793 794 795 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 792 class RefinementAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |