GoogleCloudContactcenterinsightsV1ConversationLevelSilence constructor

GoogleCloudContactcenterinsightsV1ConversationLevelSilence({
  1. String? silenceDuration,
  2. double? silencePercentage,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationLevelSilence({
  this.silenceDuration,
  this.silencePercentage,
});