GoogleCloudContactcenterinsightsV1ConversationQualityMetadata class
Conversation metadata related to quality management.
Constructors
-
GoogleCloudContactcenterinsightsV1ConversationQualityMetadata({List<
GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo> ? agentInfo, int? customerSatisfactionRating, String? waitDuration}) - GoogleCloudContactcenterinsightsV1ConversationQualityMetadata.fromJson(Map json_)
Properties
-
agentInfo
↔ List<
GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo> ? -
Information about agents involved in the call.
getter/setter pair
- customerSatisfactionRating ↔ int?
-
An arbitrary integer value indicating the customer's satisfaction rating.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
An arbitrary string value specifying the menu path the customer took.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- waitDuration ↔ String?
-
The amount of time the customer waited to connect with an agent.
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