TimeSeries(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A time series representing conversations over time.
Attributes
Name | Description |
interval_duration |
google.protobuf.duration_pb2.Duration
The duration of each interval. |
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. |
Inheritance
builtins.object > proto.message.Message > TimeSeriesClasses
Interval
Interval(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A single interval in a time series.