public sealed class QueryMetricsResponse : IMessage<QueryMetricsResponse>, IEquatable<QueryMetricsResponse>, IDeepCloneable<QueryMetricsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class QueryMetricsResponse.
The response for querying metrics.
Implements
IMessageQueryMetricsResponse, IEquatableQueryMetricsResponse, IDeepCloneableQueryMetricsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
QueryMetricsResponse()
public QueryMetricsResponse()
QueryMetricsResponse(QueryMetricsResponse)
public QueryMetricsResponse(QueryMetricsResponse other)
Parameter | |
---|---|
Name | Description |
other |
QueryMetricsResponse |
Properties
Location
public string Location { get; set; }
Required. The location of the data. "projects/{project}/locations/{location}"
Property Value | |
---|---|
Type | Description |
string |
LocationAsLocationName
public LocationName LocationAsLocationName { get; set; }
LocationName-typed view over the Location resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
MacroAverageSlice
public QueryMetricsResponse.Types.Slice MacroAverageSlice { get; set; }
The macro average slice contains aggregated averages across the selected dimension. i.e. if group_by agent is specified this field will contain the average across all agents. This field is only populated if the request specifies a Dimension.
Property Value | |
---|---|
Type | Description |
QueryMetricsResponseTypesSlice |
Slices
public RepeatedField<QueryMetricsResponse.Types.Slice> Slices { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldQueryMetricsResponseTypesSlice |
UpdateTime
public Timestamp UpdateTime { get; set; }
The metrics last update time.
Property Value | |
---|---|
Type | Description |
Timestamp |