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

A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. For example, if the request specifies a single ISSUE dimension and it has a cardinality of 2 (i.e. the data used to compute the metrics has 2 issues in total), the response will have 2 slices: Slice 1 -> dimensions=[Issue 1] Slice 2 -> dimensions=[Issue 2]

Attributes

  • dimensions (type: list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1Dimension.t), default: nil) - A unique combination of dimensions that this slice represents.
  • timeSeries (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries.t, default: nil) - A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.
  • total (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint.t, default: nil) - The total metric value. The interval of this data point is [starting create time, ending create time) from the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

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

Unwrap a decoded JSON object into its complex fields.