Interface RedactionConfiguration.Builder

  • Method Details

    • behavior

      Controls whether redaction is applied to the analytics output. Valid values: Enable | Disable.

      Parameters:
      behavior - Controls whether redaction is applied to the analytics output. Valid values: Enable | Disable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • behavior

      Controls whether redaction is applied to the analytics output. Valid values: Enable | Disable.

      Parameters:
      behavior - Controls whether redaction is applied to the analytics output. Valid values: Enable | Disable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policy

      The redaction output policy that determines which versions of the transcript are stored. Valid values: None | RedactedOnly | RedactedAndOriginal.

      Parameters:
      policy - The redaction output policy that determines which versions of the transcript are stored. Valid values: None | RedactedOnly | RedactedAndOriginal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policy

      The redaction output policy that determines which versions of the transcript are stored. Valid values: None | RedactedOnly | RedactedAndOriginal.

      Parameters:
      policy - The redaction output policy that determines which versions of the transcript are stored. Valid values: None | RedactedOnly | RedactedAndOriginal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entities

      The list of PII entity types to redact from the transcript (for example, NAME, ADDRESS, CREDIT_DEBIT_NUMBER).

      Parameters:
      entities - The list of PII entity types to redact from the transcript (for example, NAME, ADDRESS, CREDIT_DEBIT_NUMBER).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entities

      RedactionConfiguration.Builder entities(String... entities)

      The list of PII entity types to redact from the transcript (for example, NAME, ADDRESS, CREDIT_DEBIT_NUMBER).

      Parameters:
      entities - The list of PII entity types to redact from the transcript (for example, NAME, ADDRESS, CREDIT_DEBIT_NUMBER).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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]).

      Parameters:
      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]).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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]).

      Parameters:
      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]).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: