GoogleCloudContactcenterinsightsV1Settings constructor
GoogleCloudContactcenterinsightsV1Settings({
- GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig? analysisConfig,
- String? conversationTtl,
- String? createTime,
- String? languageCode,
- String? name,
- Map<
String, String> ? pubsubNotificationSettings, - GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig,
- GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1Settings({
this.analysisConfig,
this.conversationTtl,
this.createTime,
this.languageCode,
this.name,
this.pubsubNotificationSettings,
this.redactionConfig,
this.speechConfig,
this.updateTime,
});