GoogleCloudContactcenterinsightsV1CalculateStatsResponse class

The response for calculating conversation statistics.

Constructors

GoogleCloudContactcenterinsightsV1CalculateStatsResponse({String? averageDuration, int? averageTurnCount, int? conversationCount, GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries? conversationCountTimeSeries, Map<String, int>? customHighlighterMatches, Map<String, int>? issueMatches, Map<String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats>? issueMatchesStats, Map<String, int>? smartHighlighterMatches})
GoogleCloudContactcenterinsightsV1CalculateStatsResponse.fromJson(Map json_)

Properties

averageDuration String?
The average duration of all conversations.
getter/setter pair
averageTurnCount int?
The average number of turns per conversation.
getter/setter pair
conversationCount int?
The total number of conversations.
getter/setter pair
conversationCountTimeSeries GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries?
A time series representing the count of conversations created over time that match that requested filter criteria.
getter/setter pair
customHighlighterMatches Map<String, int>?
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issueMatches Map<String, int>?
A map associating each issue resource name with its respective number of matches in the set of conversations.
getter/setter pair
issueMatchesStats Map<String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats>?
A map associating each issue resource name with its respective number of matches in the set of conversations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartHighlighterMatches Map<String, int>?
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
getter/setter pair

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