GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest class
The request for summarizing performance according to different metrics for conversations over a specified time window.
Constructors
- GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest.new({GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource? agentPerformanceSource, GoogleCloudContactcenterinsightsV1QueryInterval? comparisonQueryInterval, String? filter, GoogleCloudContactcenterinsightsV1QueryInterval? queryInterval})
- GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest.fromJson(Map json_)
Properties
- agentPerformanceSource ↔ GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource?
-
Conversations are from a single agent.
getter/setter pair
- comparisonQueryInterval ↔ GoogleCloudContactcenterinsightsV1QueryInterval?
-
The time window of the conversations to compare the performance to.
getter/setter pair
- filter ↔ String?
-
Filter to select a subset of conversations to compute the performance
overview.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- queryInterval ↔ GoogleCloudContactcenterinsightsV1QueryInterval?
-
The time window of the conversations to derive performance stats from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited