GoogleCloudContactcenterinsightsV1ConversationQualityMetadata constructor

GoogleCloudContactcenterinsightsV1ConversationQualityMetadata({
  1. List<GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo>? agentInfo,
  2. int? customerSatisfactionRating,
  3. String? menuPath,
  4. String? waitDuration,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationQualityMetadata({
  this.agentInfo,
  this.customerSatisfactionRating,
  this.menuPath,
  this.waitDuration,
});