conditionBoostSpecs property

List<GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec>? conditionBoostSpecs
getter/setter pair

Condition boost specifications.

If a document matches multiple conditions in the specifictions, 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<GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec>?
    conditionBoostSpecs;