Class TimeSeries (1.8.0)

TimeSeries(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A time series representing conversations over time.

Attributes

NameDescription
interval_duration google.protobuf.duration_pb2.Duration
The duration of each interval.
points MutableSequence[google.cloud.contact_center_insights_v1.types.CalculateStatsResponse.TimeSeries.Interval]
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.

Classes

Interval

Interval(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single interval in a time series.