MetricFilterV2

Contains information about the filter used when retrieving metrics. MetricFiltersV2 can be used on the following metrics: AVG_AGENT_CONNECTING_TIME, CONTACTS_CREATED, CONTACTS_HANDLED, SUM_CONTACTS_DISCONNECTED.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key to use for filtering data.

Link copied to clipboard

The values to use for filtering data. Values for metric-level filters can be either a fixed set of values or a customized list, depending on the use case.

Link copied to clipboard

If set to true, the API response contains results that filter out the results matched by the metric-level filters condition. By default, Negate is set to false.

Functions

Link copied to clipboard
inline fun copy(block: MetricFilterV2.Builder.() -> Unit = {}): MetricFilterV2
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String