public interface SettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic.
|
Settings.AnalysisConfig |
getAnalysisConfig()
Default analysis settings.
|
Settings.AnalysisConfigOrBuilder |
getAnalysisConfigOrBuilder()
Default analysis settings.
|
com.google.protobuf.Duration |
getConversationTtl()
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.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
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.
|
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.
|
RedactionConfigOrBuilder |
getRedactionConfigOrBuilder()
Default DLP redaction resources to be applied while ingesting
conversations.
|
SpeechConfig |
getSpeechConfig()
Optional.
|
SpeechConfigOrBuilder |
getSpeechConfigOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getUpdateTime()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];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];boolean hasCreateTime()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
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];
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];
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];
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;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;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;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;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;int getPubsubNotificationSettingsCount()
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.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;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.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
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 Map<String,String> getPubsubNotificationSettings()
getPubsubNotificationSettingsMap() instead.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.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;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.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;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.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;boolean hasAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
Settings.AnalysisConfig getAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
Settings.AnalysisConfigOrBuilder getAnalysisConfigOrBuilder()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
boolean hasRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;RedactionConfig getRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;RedactionConfigOrBuilder getRedactionConfigOrBuilder()
Default DLP redaction resources to be applied while ingesting conversations.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;boolean hasSpeechConfig()
Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
SpeechConfig getSpeechConfig()
Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
SpeechConfigOrBuilder getSpeechConfigOrBuilder()
Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2023 Google LLC. All rights reserved.