Module Values.AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotationSource

An annotation for adding a new rule to the policy by converting a natural language description into a formal logical expression.

Sourcetype nonrec t = {
  1. naturalLanguage : AutomatedReasoningPolicyAnnotationRuleNaturalLanguage.t;
    (*

    The natural language description of the rule that should be converted into a formal logical expression.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutomatedReasoningPolicyAnnotationRuleNaturalLanguage.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