Contact Center AI Insights v1 API - Class QueryMetricsResponse.Types.Slice (2.18.0)

public sealed class QueryMetricsResponse.Types.Slice : IMessage<QueryMetricsResponse.Types.Slice>, IEquatable<QueryMetricsResponse.Types.Slice>, IDeepCloneable<QueryMetricsResponse.Types.Slice>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class QueryMetricsResponse.Types.Slice.

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]

Inheritance

object > QueryMetricsResponse.Types.Slice

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

Slice()

public Slice()

Slice(Slice)

public Slice(QueryMetricsResponse.Types.Slice other)
Parameter
Name Description
other QueryMetricsResponseTypesSlice

Properties

Dimensions

public RepeatedField<Dimension> Dimensions { get; }

A unique combination of dimensions that this slice represents.

Property Value
Type Description
RepeatedFieldDimension

TimeSeries

public QueryMetricsResponse.Types.Slice.Types.TimeSeries TimeSeries { get; set; }

A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.

Property Value
Type Description
QueryMetricsResponseTypesSliceTypesTimeSeries

Total

public QueryMetricsResponse.Types.Slice.Types.DataPoint Total { get; set; }

The total metric value. The interval of this data point is [starting create time, ending create time) from the request.

Property Value
Type Description
QueryMetricsResponseTypesSliceTypesDataPoint