Values.ContentBlockerRuleSourceA rule for configuring how Amazon Q Business responds when it encounters a a blocked topic. You can configure a custom message to inform your end users that they have asked about a restricted topic and suggest any next steps they should take.
type nonrec t = {systemMessageOverride : SystemMessageOverride.t option;The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SystemMessageOverride.t ]) list ]