GoogleCloudContactcenterinsightsV1ConversationQualityMetadata constructor
GoogleCloudContactcenterinsightsV1ConversationQualityMetadata({
- List<
GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo> ? agentInfo, - int? customerSatisfactionRating,
- String? waitDuration,
Implementation
GoogleCloudContactcenterinsightsV1ConversationQualityMetadata({
this.agentInfo,
this.customerSatisfactionRating,
this.menuPath,
this.waitDuration,
});