Module Values_1.LexBotConfigSource

Configuration information of an Amazon Lex or Amazon Lex V2 bot.

Sourcetype nonrec t = {
  1. lexBot : Values_0.LexBot.t option;
  2. lexV2Bot : Values_0.LexV2Bot.t option;
    (*

    Configuration information of an Amazon Lex V2 bot.

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