Values.BlockedPhrasesConfigurationSourceProvides information about the phrases blocked from chat by your chat control configuration.
type nonrec t = {blockedPhrases : BlockedPhrases.t option;A list of phrases blocked from a Amazon Q Business web experience chat. Each phrase can contain a maximum of 36 characters. The list can contain a maximum of 20 phrases.
*)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
* [> `List of [> `String of BlockedPhrase.t ] list
| `String of SystemMessageOverride.t ])
list ]