Class: Google::Cloud::Retail::V2::ConversationalSearchResponse::FollowupQuestion::SuggestedAnswer

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/conversational_search_service.rb

Overview

Suggested answers to the follow-up question. If it's numerical attribute, only ProductAttributeInterval will be set. If it's textual attribute, only productAttributeValue will be set.

Instance Attribute Summary collapse

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.

Returns:



299
300
301
302
# File 'proto_docs/google/cloud/retail/v2/conversational_search_service.rb', line 299

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