/AWS1/CL_CNTREDACTIONCONF¶
The redaction configuration for conversational analytics.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_behavior TYPE /AWS1/CNTBEHAVIOR /AWS1/CNTBEHAVIOR¶
Controls whether redaction is applied to the analytics output. Valid values:
Enable|Disable.
iv_policy TYPE /AWS1/CNTPOLICY /AWS1/CNTPOLICY¶
The redaction output policy that determines which versions of the transcript are stored. Valid values:
None|RedactedOnly|RedactedAndOriginal.
Optional arguments:¶
it_entities TYPE /AWS1/CL_CNTENTITIES_W=>TT_ENTITIES TT_ENTITIES¶
The list of PII entity types to redact from the transcript (for example,
NAME,ADDRESS,CREDIT_DEBIT_NUMBER).
iv_maskmode TYPE /AWS1/CNTMASKMODE /AWS1/CNTMASKMODE¶
The masking mode that determines how redacted content is replaced in the output. Valid values:
PII(replaces with the literal string [PII]) |EntityType(replaces with the entity type name, for example [NAME]).
Queryable Attributes¶
Behavior¶
Controls whether redaction is applied to the analytics output. Valid values:
Enable|Disable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEHAVIOR() |
Getter for BEHAVIOR, with configurable default |
ASK_BEHAVIOR() |
Getter for BEHAVIOR w/ exceptions if field has no value |
HAS_BEHAVIOR() |
Determine if BEHAVIOR has a value |
Policy¶
The redaction output policy that determines which versions of the transcript are stored. Valid values:
None|RedactedOnly|RedactedAndOriginal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY, with configurable default |
ASK_POLICY() |
Getter for POLICY w/ exceptions if field has no value |
HAS_POLICY() |
Determine if POLICY has a value |
Entities¶
The list of PII entity types to redact from the transcript (for example,
NAME,ADDRESS,CREDIT_DEBIT_NUMBER).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITIES() |
Getter for ENTITIES, with configurable default |
ASK_ENTITIES() |
Getter for ENTITIES w/ exceptions if field has no value |
HAS_ENTITIES() |
Determine if ENTITIES has a value |
MaskMode¶
The masking mode that determines how redacted content is replaced in the output. Valid values:
PII(replaces with the literal string [PII]) |EntityType(replaces with the entity type name, for example [NAME]).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MASKMODE() |
Getter for MASKMODE, with configurable default |
ASK_MASKMODE() |
Getter for MASKMODE w/ exceptions if field has no value |
HAS_MASKMODE() |
Determine if MASKMODE has a value |