Interface BlockedPhrasesConfigurationUpdate.Builder

  • Method Details

    • blockedPhrasesToCreateOrUpdate

      BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToCreateOrUpdate(Collection<String> blockedPhrasesToCreateOrUpdate)

      Creates or updates a blocked phrases configuration in your Amazon Q Business application.

      Parameters:
      blockedPhrasesToCreateOrUpdate - Creates or updates a blocked phrases configuration in your Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockedPhrasesToCreateOrUpdate

      BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToCreateOrUpdate(String... blockedPhrasesToCreateOrUpdate)

      Creates or updates a blocked phrases configuration in your Amazon Q Business application.

      Parameters:
      blockedPhrasesToCreateOrUpdate - Creates or updates a blocked phrases configuration in your Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockedPhrasesToDelete

      BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToDelete(Collection<String> blockedPhrasesToDelete)

      Deletes a blocked phrases configuration in your Amazon Q Business application.

      Parameters:
      blockedPhrasesToDelete - Deletes a blocked phrases configuration in your Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockedPhrasesToDelete

      BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToDelete(String... blockedPhrasesToDelete)

      Deletes a blocked phrases configuration in your Amazon Q Business application.

      Parameters:
      blockedPhrasesToDelete - Deletes a blocked phrases configuration in your Amazon Q Business application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • systemMessageOverride

      BlockedPhrasesConfigurationUpdate.Builder systemMessageOverride(String systemMessageOverride)

      The configured custom message displayed to your end user when they use blocked phrase during chat.

      Parameters:
      systemMessageOverride - The configured custom message displayed to your end user when they use blocked phrase during chat.
      Returns:
      Returns a reference to this object so that method calls can be chained together.