public static final class Settings.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder> implements SettingsOrBuilder
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).Protobuf type
google.cloud.contactcenterinsights.v1.Settings| Modifier and Type | Method and Description |
|---|---|
Settings.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Settings |
build() |
Settings |
buildPartial() |
Settings.Builder |
clear() |
Settings.Builder |
clearAnalysisConfig()
Default analysis settings.
|
Settings.Builder |
clearConversationTtl()
The default TTL for newly-created conversations.
|
Settings.Builder |
clearCreateTime()
Output only.
|
Settings.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Settings.Builder |
clearLanguageCode()
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
Settings.Builder |
clearName()
Immutable.
|
Settings.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Settings.Builder |
clearPubsubNotificationSettings() |
Settings.Builder |
clearRedactionConfig()
Default DLP redaction resources to be applied while ingesting
conversations.
|
Settings.Builder |
clearSpeechConfig()
Optional.
|
Settings.Builder |
clearUpdateTime()
Output only.
|
Settings.Builder |
clone() |
boolean |
containsPubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic.
|
Settings.AnalysisConfig |
getAnalysisConfig()
Default analysis settings.
|
Settings.AnalysisConfig.Builder |
getAnalysisConfigBuilder()
Default analysis settings.
|
Settings.AnalysisConfigOrBuilder |
getAnalysisConfigOrBuilder()
Default analysis settings.
|
com.google.protobuf.Duration |
getConversationTtl()
The default TTL for newly-created conversations.
|
com.google.protobuf.Duration.Builder |
getConversationTtlBuilder()
The default TTL for newly-created conversations.
|
com.google.protobuf.DurationOrBuilder |
getConversationTtlOrBuilder()
The default TTL for newly-created conversations.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Settings |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLanguageCode()
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
Map<String,String> |
getMutablePubsubNotificationSettings()
Deprecated.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
Map<String,String> |
getPubsubNotificationSettings()
Deprecated.
|
int |
getPubsubNotificationSettingsCount()
A map that maps a notification trigger to a Pub/Sub topic.
|
Map<String,String> |
getPubsubNotificationSettingsMap()
A map that maps a notification trigger to a Pub/Sub topic.
|
String |
getPubsubNotificationSettingsOrDefault(String key,
String defaultValue)
A map that maps a notification trigger to a Pub/Sub topic.
|
String |
getPubsubNotificationSettingsOrThrow(String key)
A map that maps a notification trigger to a Pub/Sub topic.
|
RedactionConfig |
getRedactionConfig()
Default DLP redaction resources to be applied while ingesting
conversations.
|
RedactionConfig.Builder |
getRedactionConfigBuilder()
Default DLP redaction resources to be applied while ingesting
conversations.
|
RedactionConfigOrBuilder |
getRedactionConfigOrBuilder()
Default DLP redaction resources to be applied while ingesting
conversations.
|
SpeechConfig |
getSpeechConfig()
Optional.
|
SpeechConfig.Builder |
getSpeechConfigBuilder()
Optional.
|
SpeechConfigOrBuilder |
getSpeechConfigOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasAnalysisConfig()
Default analysis settings.
|
boolean |
hasConversationTtl()
The default TTL for newly-created conversations.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasRedactionConfig()
Default DLP redaction resources to be applied while ingesting
conversations.
|
boolean |
hasSpeechConfig()
Optional.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
Settings.Builder |
mergeAnalysisConfig(Settings.AnalysisConfig value)
Default analysis settings.
|
Settings.Builder |
mergeConversationTtl(com.google.protobuf.Duration value)
The default TTL for newly-created conversations.
|
Settings.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Settings.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Settings.Builder |
mergeFrom(com.google.protobuf.Message other) |
Settings.Builder |
mergeFrom(Settings other) |
Settings.Builder |
mergeRedactionConfig(RedactionConfig value)
Default DLP redaction resources to be applied while ingesting
conversations.
|
Settings.Builder |
mergeSpeechConfig(SpeechConfig value)
Optional.
|
Settings.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Settings.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Settings.Builder |
putAllPubsubNotificationSettings(Map<String,String> values)
A map that maps a notification trigger to a Pub/Sub topic.
|
Settings.Builder |
putPubsubNotificationSettings(String key,
String value)
A map that maps a notification trigger to a Pub/Sub topic.
|
Settings.Builder |
removePubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic.
|
Settings.Builder |
setAnalysisConfig(Settings.AnalysisConfig.Builder builderForValue)
Default analysis settings.
|
Settings.Builder |
setAnalysisConfig(Settings.AnalysisConfig value)
Default analysis settings.
|
Settings.Builder |
setConversationTtl(com.google.protobuf.Duration.Builder builderForValue)
The default TTL for newly-created conversations.
|
Settings.Builder |
setConversationTtl(com.google.protobuf.Duration value)
The default TTL for newly-created conversations.
|
Settings.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Settings.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Settings.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Settings.Builder |
setLanguageCode(String value)
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
Settings.Builder |
setLanguageCodeBytes(com.google.protobuf.ByteString value)
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
Settings.Builder |
setName(String value)
Immutable.
|
Settings.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Immutable.
|
Settings.Builder |
setRedactionConfig(RedactionConfig.Builder builderForValue)
Default DLP redaction resources to be applied while ingesting
conversations.
|
Settings.Builder |
setRedactionConfig(RedactionConfig value)
Default DLP redaction resources to be applied while ingesting
conversations.
|
Settings.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Settings.Builder |
setSpeechConfig(SpeechConfig.Builder builderForValue)
Optional.
|
Settings.Builder |
setSpeechConfig(SpeechConfig value)
Optional.
|
Settings.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Settings.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Settings.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Settings build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Settings buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Settings.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Settings.Builder>public Settings.Builder mergeFrom(Settings other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public Settings.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Settings.Builder>IOExceptionpublic String getName()
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getName in interface SettingsOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getNameBytes in interface SettingsOrBuilderpublic Settings.Builder setName(String value)
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The name to set.public Settings.Builder clearName()
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];public Settings.Builder setNameBytes(com.google.protobuf.ByteString value)
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The bytes for name to set.public boolean hasCreateTime()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface SettingsOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface SettingsOrBuilderpublic Settings.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Settings.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Settings.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Settings.Builder clearCreateTime()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface SettingsOrBuilderpublic boolean hasUpdateTime()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface SettingsOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface SettingsOrBuilderpublic Settings.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Settings.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Settings.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Settings.Builder clearUpdateTime()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface SettingsOrBuilderpublic String getLanguageCode()
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;getLanguageCode in interface SettingsOrBuilderpublic com.google.protobuf.ByteString getLanguageCodeBytes()
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;getLanguageCodeBytes in interface SettingsOrBuilderpublic Settings.Builder setLanguageCode(String value)
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;value - The languageCode to set.public Settings.Builder clearLanguageCode()
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;public Settings.Builder setLanguageCodeBytes(com.google.protobuf.ByteString value)
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;value - The bytes for languageCode to set.public boolean hasConversationTtl()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;hasConversationTtl in interface SettingsOrBuilderpublic com.google.protobuf.Duration getConversationTtl()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;getConversationTtl in interface SettingsOrBuilderpublic Settings.Builder setConversationTtl(com.google.protobuf.Duration value)
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;public Settings.Builder setConversationTtl(com.google.protobuf.Duration.Builder builderForValue)
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;public Settings.Builder mergeConversationTtl(com.google.protobuf.Duration value)
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;public Settings.Builder clearConversationTtl()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;public com.google.protobuf.Duration.Builder getConversationTtlBuilder()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;public com.google.protobuf.DurationOrBuilder getConversationTtlOrBuilder()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;getConversationTtlOrBuilder in interface SettingsOrBuilderpublic int getPubsubNotificationSettingsCount()
SettingsOrBuilder
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsCount in interface SettingsOrBuilderpublic boolean containsPubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;containsPubsubNotificationSettings in interface SettingsOrBuilder@Deprecated public Map<String,String> getPubsubNotificationSettings()
getPubsubNotificationSettingsMap() instead.getPubsubNotificationSettings in interface SettingsOrBuilderpublic Map<String,String> getPubsubNotificationSettingsMap()
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsMap in interface SettingsOrBuilderpublic String getPubsubNotificationSettingsOrDefault(String key, String defaultValue)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsOrDefault in interface SettingsOrBuilderpublic String getPubsubNotificationSettingsOrThrow(String key)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsOrThrow in interface SettingsOrBuilderpublic Settings.Builder clearPubsubNotificationSettings()
public Settings.Builder removePubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;@Deprecated public Map<String,String> getMutablePubsubNotificationSettings()
public Settings.Builder putPubsubNotificationSettings(String key, String value)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;public Settings.Builder putAllPubsubNotificationSettings(Map<String,String> values)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;public boolean hasAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
hasAnalysisConfig in interface SettingsOrBuilderpublic Settings.AnalysisConfig getAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
getAnalysisConfig in interface SettingsOrBuilderpublic Settings.Builder setAnalysisConfig(Settings.AnalysisConfig value)
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
public Settings.Builder setAnalysisConfig(Settings.AnalysisConfig.Builder builderForValue)
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
public Settings.Builder mergeAnalysisConfig(Settings.AnalysisConfig value)
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
public Settings.Builder clearAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
public Settings.AnalysisConfig.Builder getAnalysisConfigBuilder()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
public Settings.AnalysisConfigOrBuilder getAnalysisConfigOrBuilder()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
getAnalysisConfigOrBuilder in interface SettingsOrBuilderpublic boolean hasRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;hasRedactionConfig in interface SettingsOrBuilderpublic RedactionConfig getRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;getRedactionConfig in interface SettingsOrBuilderpublic Settings.Builder setRedactionConfig(RedactionConfig value)
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;public Settings.Builder setRedactionConfig(RedactionConfig.Builder builderForValue)
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;public Settings.Builder mergeRedactionConfig(RedactionConfig value)
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;public Settings.Builder clearRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;public RedactionConfig.Builder getRedactionConfigBuilder()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;public RedactionConfigOrBuilder getRedactionConfigOrBuilder()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;getRedactionConfigOrBuilder in interface SettingsOrBuilderpublic boolean hasSpeechConfig()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
hasSpeechConfig in interface SettingsOrBuilderpublic SpeechConfig getSpeechConfig()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
getSpeechConfig in interface SettingsOrBuilderpublic Settings.Builder setSpeechConfig(SpeechConfig value)
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
public Settings.Builder setSpeechConfig(SpeechConfig.Builder builderForValue)
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
public Settings.Builder mergeSpeechConfig(SpeechConfig value)
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
public Settings.Builder clearSpeechConfig()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
public SpeechConfig.Builder getSpeechConfigBuilder()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
public SpeechConfigOrBuilder getSpeechConfigOrBuilder()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
getSpeechConfigOrBuilder in interface SettingsOrBuilderpublic final Settings.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>public final Settings.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Settings.Builder>Copyright © 2025 Google LLC. All rights reserved.