Class: Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::GenerativeQuestionsFeatureConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/generative_question.rb
Overview
Configuration for overall generative question feature state.
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Required.
-
#feature_enabled ⇒ ::Boolean
Optional.
-
#minimum_products ⇒ ::Integer
Optional.
Instance Attribute Details
#catalog ⇒ ::String
Returns Required. Resource name of the affected catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}.
38 39 40 41 |
# File 'proto_docs/google/cloud/retail/v2/generative_question.rb', line 38 class GenerativeQuestionsFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_enabled ⇒ ::Boolean
Returns Optional. Determines whether questions will be used at serving time. Note: This feature cannot be enabled until initial data requirements are satisfied.
38 39 40 41 |
# File 'proto_docs/google/cloud/retail/v2/generative_question.rb', line 38 class GenerativeQuestionsFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimum_products ⇒ ::Integer
Returns Optional. Minimum number of products in the response to trigger follow-up questions. Value must be 0 or positive.
38 39 40 41 |
# File 'proto_docs/google/cloud/retail/v2/generative_question.rb', line 38 class GenerativeQuestionsFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |