GoogleCloudContactcenterinsightsV1Settings constructor

GoogleCloudContactcenterinsightsV1Settings({
  1. GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig? analysisConfig,
  2. String? conversationTtl,
  3. String? createTime,
  4. String? languageCode,
  5. String? name,
  6. Map<String, String>? pubsubNotificationSettings,
  7. GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig,
  8. GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig,
  9. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Settings({
  this.analysisConfig,
  this.conversationTtl,
  this.createTime,
  this.languageCode,
  this.name,
  this.pubsubNotificationSettings,
  this.redactionConfig,
  this.speechConfig,
  this.updateTime,
});