Values.BlockedPhrasesConfigurationUpdateSourceUpdates a blocked phrases configuration in your Amazon Q Business application.
type nonrec t = {blockedPhrasesToCreateOrUpdate : BlockedPhrases.t option;Creates or updates a blocked phrases configuration in your Amazon Q Business application.
*)blockedPhrasesToDelete : BlockedPhrases.t option;Deletes a blocked phrases configuration in your Amazon Q Business application.
*)systemMessageOverride : SystemMessageOverride.t option;The configured custom message displayed to your end user when they use blocked phrase during chat.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of BlockedPhrase.t ] list
| `String of SystemMessageOverride.t ])
list ]