filter property

String? filter
getter/setter pair

Filter to select a subset of conversations to compute the metrics.

Must specify a window of the conversation create time to compute the metrics. The returned metrics will be from the range [DATE(starting create time), DATE(ending create time)).

Required.

Implementation

core.String? filter;