Class: Google::Cloud::Retail::V2::SearchResponse::ConversationalSearchResult::SuggestedAnswer
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::SearchResponse::ConversationalSearchResult::SuggestedAnswer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/search_service.rb
Overview
Suggested answers to the follow-up question.
Instance Attribute Summary collapse
-
#product_attribute_value ⇒ ::Google::Cloud::Retail::V2::ProductAttributeValue
Product attribute value, including an attribute key and an attribute value.
Instance Attribute Details
#product_attribute_value ⇒ ::Google::Cloud::Retail::V2::ProductAttributeValue
Returns Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
1149 1150 1151 1152 |
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 1149 class SuggestedAnswer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |