GoogleCloudContactcenterinsightsV1IssueModelLabelStats class
Aggregated statistics about an issue model.
Constructors
-
GoogleCloudContactcenterinsightsV1IssueModelLabelStats({String? analyzedConversationsCount, Map<
String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> ? issueStats, String? unclassifiedConversationsCount}) - GoogleCloudContactcenterinsightsV1IssueModelLabelStats.fromJson(Map json_)
Properties
- analyzedConversationsCount ↔ String?
-
Number of conversations the issue model has analyzed at this point in
time.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issueStats
↔ Map<
String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> ? -
Statistics on each issue.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unclassifiedConversationsCount ↔ String?
-
Number of analyzed conversations for which no issue was applicable at this
point in time.
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