GoogleCloudContactcenterinsightsV1Settings class
The CCAI Insights project wide settings.
Use these settings to configure the behavior of Insights. View these
settings with
[getsettings
](https://cloud.google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/getSettings)
and change the settings with
[updateSettings
](https://cloud.google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/updateSettings).
Constructors
-
GoogleCloudContactcenterinsightsV1Settings({GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig? analysisConfig, String? conversationTtl, String? createTime, String? languageCode, String? name, Map<
String, String> ? pubsubNotificationSettings, GoogleCloudContactcenterinsightsV1RedactionConfig? redactionConfig, GoogleCloudContactcenterinsightsV1SpeechConfig? speechConfig, String? updateTime}) - GoogleCloudContactcenterinsightsV1Settings.fromJson(Map json_)
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 use 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