Class DataPoint (1.23.1)

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

A data point contains the metric values mapped to an interval.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
conversation_measure google.cloud.contact_center_insights_v1.types.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure
The measure related to conversations. This field is a member of oneof_ measure.
interval google.type.interval_pb2.Interval
The interval that this data point represents. - If this is the total data point, the interval is [starting create time, ending create time) from the request. - If this a data point from the time series, the interval is [time, time + time granularity from the request).

Classes

ConversationMeasure

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