Uses of Interface
software.amazon.awssdk.services.qbusiness.model.BlockedPhrasesConfigurationUpdate.Builder
-
Packages that use BlockedPhrasesConfigurationUpdate.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of BlockedPhrasesConfigurationUpdate.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return BlockedPhrasesConfigurationUpdate.Builder Modifier and Type Method Description BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate.Builder. blockedPhrasesToCreateOrUpdate(String... blockedPhrasesToCreateOrUpdate)Creates or updates a blocked phrases configuration in your Amazon Q application.BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate.Builder. blockedPhrasesToCreateOrUpdate(Collection<String> blockedPhrasesToCreateOrUpdate)Creates or updates a blocked phrases configuration in your Amazon Q application.BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate.Builder. blockedPhrasesToDelete(String... blockedPhrasesToDelete)Deletes a blocked phrases configuration in your Amazon Q application.BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate.Builder. blockedPhrasesToDelete(Collection<String> blockedPhrasesToDelete)Deletes a blocked phrases configuration in your Amazon Q application.static BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate. builder()BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate.Builder. systemMessageOverride(String systemMessageOverride)The configured custom message displayed to your end user when they use blocked phrase during chat.BlockedPhrasesConfigurationUpdate.BuilderBlockedPhrasesConfigurationUpdate. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type BlockedPhrasesConfigurationUpdate.Builder Modifier and Type Method Description static Class<? extends BlockedPhrasesConfigurationUpdate.Builder>BlockedPhrasesConfigurationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type BlockedPhrasesConfigurationUpdate.Builder Modifier and Type Method Description default UpdateChatControlsConfigurationRequest.BuilderUpdateChatControlsConfigurationRequest.Builder. blockedPhrasesConfigurationUpdate(Consumer<BlockedPhrasesConfigurationUpdate.Builder> blockedPhrasesConfigurationUpdate)The phrases blocked from chat by your chat control configuration.
-