Module Values.InlineDocumentEnrichmentConfigurationSource

Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Q Business. To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration . For more information, see Custom document enrichment.

Sourcetype nonrec t = {
  1. condition : DocumentAttributeCondition.t option;
  2. target : DocumentAttributeTarget.t option;
  3. documentContentOperator : DocumentContentOperator.t option;
    (*

    TRUE to delete content if the condition used for the target attribute is met.

    *)
}
Sourceval make : ?condition:??? -> ?target:??? -> ?documentContentOperator:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DocumentAttributeKey.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `Long of Long.t | `String of DocumentAttributeValueStringValueString.t | `Timestamp of Timestamp.t ]) list ]) 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