Module Values_0.LexBotSource

Configuration information of an Amazon Lex bot.

Sourcetype nonrec t = {
  1. name : BotName.t;
    (*

    The name of the Amazon Lex bot.

    *)
  2. lexRegion : LexRegion.t;
    (*

    The Amazon Web Services Region where the Amazon Lex bot was created.

    *)
}
Sourceval context_ : string
Sourceval make : name:BotName.t -> lexRegion:LexRegion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BotName.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