Module Values.RuntimeHintValueSource

Provides the phrase that Amazon Lex should look for in the user's input to the bot.

Sourcetype nonrec t = {
  1. phrase : RuntimeHintPhrase.t option;
    (*

    The phrase that Amazon Lex should look for in the user's input to the bot.

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