dimensions property

List<GoogleCloudContactcenterinsightsV1Dimension>? dimensions
getter/setter pair

The dimensions that determine the grouping key for the query.

Defaults to no dimension if this field is unspecified. If a dimension is specified, its key must also be specified. Each dimension's key must be unique. If a time granularity is also specified, metric values in the dimension will be bucketed by this granularity. Up to one dimension is supported for now.

Implementation

core.List<GoogleCloudContactcenterinsightsV1Dimension>? dimensions;