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.
-
#attribute_value ⇒ ::String
Attribute value used to refine the results.
Instance Attribute Details
#attribute_key ⇒ ::String
Returns Attribute key used to refine the results. For example, "movie_type"
.
1326 1327 1328 1329 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1326 class RefinementAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attribute_value ⇒ ::String
Returns Attribute value used to refine the results. For example, "drama"
.
1326 1327 1328 1329 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1326 class RefinementAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |