Uses of Interface
software.amazon.awssdk.services.qbusiness.model.BlockedPhrasesConfiguration.Builder
-
Packages that use BlockedPhrasesConfiguration.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of BlockedPhrasesConfiguration.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return BlockedPhrasesConfiguration.Builder Modifier and Type Method Description BlockedPhrasesConfiguration.BuilderBlockedPhrasesConfiguration.Builder. blockedPhrases(String... blockedPhrases)A list of phrases blocked from a Amazon Q Business web experience chat.BlockedPhrasesConfiguration.BuilderBlockedPhrasesConfiguration.Builder. blockedPhrases(Collection<String> blockedPhrases)A list of phrases blocked from a Amazon Q Business web experience chat.static BlockedPhrasesConfiguration.BuilderBlockedPhrasesConfiguration. builder()BlockedPhrasesConfiguration.BuilderBlockedPhrasesConfiguration.Builder. systemMessageOverride(String systemMessageOverride)The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.BlockedPhrasesConfiguration.BuilderBlockedPhrasesConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type BlockedPhrasesConfiguration.Builder Modifier and Type Method Description static Class<? extends BlockedPhrasesConfiguration.Builder>BlockedPhrasesConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type BlockedPhrasesConfiguration.Builder Modifier and Type Method Description default GetChatControlsConfigurationResponse.BuilderGetChatControlsConfigurationResponse.Builder. blockedPhrases(Consumer<BlockedPhrasesConfiguration.Builder> blockedPhrases)The phrases blocked from chat by your chat control configuration.
-