Module Values.RuleConfigurationSource

Provides configuration information about a rule.

Sourcetype nonrec t = {
  1. contentBlockerRule : ContentBlockerRule.t option;
    (*

    A rule for configuring how Amazon Q Business responds when it encounters a a blocked topic.

    *)
  2. contentRetrievalRule : ContentRetrievalRule.t option;
}
Sourceval make : ?contentBlockerRule:??? -> ?contentRetrievalRule:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of IndexId.t ]) list ] list | `String of SystemMessageOverride.t ]) list ]) 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