Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Overview
Boost specification to boost certain documents. A copy of google.cloud. discoveryengine.v1main.BoostSpec, field documentation is available at https:// cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/ BoostSpec
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
constructor
A new instance of GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
Returns a new instance of GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec.
16645 16646 16647 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16645 def initialize(**args) update!(**args) end |
Instance Attribute Details
#condition_boost_specs ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec>
Optional. Condition boost specifications. If a document matches multiple
conditions in the specifications, boost scores from these specifications are
all applied and combined in a non-linear way. Maximum number of specifications
is 20.
Corresponds to the JSON property conditionBoostSpecs
16643 16644 16645 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16643 def condition_boost_specs @condition_boost_specs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16650 16651 16652 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16650 def update!(**args) @condition_boost_specs = args[:condition_boost_specs] if args.key?(:condition_boost_specs) end |