Class: Google::Cloud::Retail::V2::CompleteQueryResponse::AttributeResult
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::CompleteQueryResponse::AttributeResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/completion_service.rb
Overview
Resource that represents attribute results. The list of suggestions for the attribute.
Instance Attribute Summary collapse
Instance Attribute Details
#suggestions ⇒ ::Array<::String>
207 208 209 210 |
# File 'proto_docs/google/cloud/retail/v2/completion_service.rb', line 207 class AttributeResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |