Module Values.IntentConfidenceSource

Provides a score that indicates the confidence that Amazon Lex has that an intent is the one that satisfies the user's intent.

Sourcetype nonrec t = {
  1. score : Double.t option;
    (*

    A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.

    *)
}
Sourceval make : ?score:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Double.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