GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec constructor
GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec({
- double? boost,
- GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpecBoostControlSpec? boostControlSpec,
- String? condition,
Implementation
GoogleCloudDialogflowCxV3BoostSpecConditionBoostSpec({
this.boost,
this.boostControlSpec,
this.condition,
});