Interface ContentBlockerRule.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContentBlockerRule.Builder,ContentBlockerRule>, SdkBuilder<ContentBlockerRule.Builder,ContentBlockerRule>, SdkPojo
Enclosing class:
ContentBlockerRule

public static interface ContentBlockerRule.Builder extends SdkPojo, CopyableBuilder<ContentBlockerRule.Builder,ContentBlockerRule>
  • Method Details

    • systemMessageOverride

      ContentBlockerRule.Builder systemMessageOverride(String systemMessageOverride)

      The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.

      Parameters:
      systemMessageOverride - The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.
      Returns:
      Returns a reference to this object so that method calls can be chained together.