GoogleCloudContactcenterinsightsV1Settings class

The settings resource.

Properties

analysisConfig GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig?
Default analysis settings.
getter/setter pair
conversationTtl String?
The default TTL for newly-created conversations.
getter/setter pair
createTime String?
The time at which the settings was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
A language code to be applied to each transcript segment unless the segment already specifies a language code.
getter/setter pair
name String?
The resource name of the settings resource.
getter/setter pair
pubsubNotificationSettings Map<String, String>?
A map that maps a notification trigger to a Pub/Sub topic.
getter/setter pair
redactionConfig GoogleCloudContactcenterinsightsV1RedactionConfig?
Default DLP redaction resources to be applied while ingesting conversations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speechConfig GoogleCloudContactcenterinsightsV1SpeechConfig?
Default Speech-to-Text resources to be used while ingesting audio files.
getter/setter pair
updateTime String?
The time at which the settings were last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited