conditions property
List<GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition> ?
conditions
getter/setter pair
Conditions to apply for auto-labeling the label_key.
Representing sequential block of if .. else if .. else statements. The value of the first matching condition will be used.
Implementation
core.List<
GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition
>?
conditions;