Module Values.ContentBlockerRuleSource

A 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.

Sourcetype nonrec t = {
  1. systemMessageOverride : SystemMessageOverride.t option;
    (*

    The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.

    *)
}
Sourceval make : ?systemMessageOverride:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SystemMessageOverride.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t