conditionBoostSpecs property

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.

Optional.

Implementation

core.List<
        GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec>?
    conditionBoostSpecs;