Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest

The request for summarizing performance according to different metrics for conversations over a specified time window.

Inheritance
object
GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest : IDirectResponseSchema

Properties

AgentPerformanceSource

Conversations are from a single agent.

Declaration
[JsonProperty("agentPerformanceSource")]
public virtual GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource AgentPerformanceSource { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource

ComparisonQueryInterval

The time window of the conversations to compare the performance to.

Declaration
[JsonProperty("comparisonQueryInterval")]
public virtual GoogleCloudContactcenterinsightsV1QueryInterval ComparisonQueryInterval { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1QueryInterval

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Optional. Filter to select a subset of conversations to compute the performance overview. Supports the same filters as the filter field in QueryMetricsRequest. The source and query interval/comparison query interval should not be included here.

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

QueryInterval

Required. The time window of the conversations to derive performance stats from.

Declaration
[JsonProperty("queryInterval")]
public virtual GoogleCloudContactcenterinsightsV1QueryInterval QueryInterval { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1QueryInterval

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX