diversityType property

String? diversityType
getter/setter pair

What kind of diversity to use - data driven or rule based.

If unset, the server behavior defaults to RULE_BASED_DIVERSITY. Possible string values are:

  • "DIVERSITY_TYPE_UNSPECIFIED" : Default value.
  • "RULE_BASED_DIVERSITY" : Rule based diversity.
  • "DATA_DRIVEN_DIVERSITY" : Data driven diversity.

Implementation

core.String? diversityType;