View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint (google_api_contact_center_insights v0.12.0)

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

Attributes

  • conversationMeasure (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure.t, default: nil) - The measure related to conversations.
  • interval (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleTypeInterval.t, default: nil) - 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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint{
    conversationMeasure:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure.t()
      | nil,
    interval:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleTypeInterval.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.