Class TimeSeries (0.3.1)

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

A time series representing conversations over time. .. attribute:: interval_duration

The duration of each interval.

:type: google.protobuf.duration_pb2.Duration

Attribute

NameDescription
points Sequence[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. .. attribute:: start_time

The start time of this interval.

:type: google.protobuf.timestamp_pb2.Timestamp