public sealed class RedactionConfig : IMessage<RedactionConfig>, IEquatable<RedactionConfig>, IDeepCloneable<RedactionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class RedactionConfig.
DLP resources used for redaction while ingesting conversations.
Implements
IMessageRedactionConfig, IEquatableRedactionConfig, IDeepCloneableRedactionConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ContactCenterInsightsV1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
RedactionConfig()
public RedactionConfig()RedactionConfig(RedactionConfig)
public RedactionConfig(RedactionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
RedactionConfig |
Properties
DeidentifyTemplate
public string DeidentifyTemplate { get; set; }The fully-qualified DLP deidentify template resource name.
Format:
projects/{project}/deidentifyTemplates/{template}
| Property Value | |
|---|---|
| Type | Description |
string |
|
InspectTemplate
public string InspectTemplate { get; set; }The fully-qualified DLP inspect template resource name.
Format:
projects/{project}/inspectTemplates/{template}
| Property Value | |
|---|---|
| Type | Description |
string |
|