Module Values.BotAliasTestExecutionTargetSource

The target Amazon S3 location for the test set execution using a bot alias.

Sourcetype nonrec t = {
  1. botId : Id.t;
    (*

    The bot Id of the bot alias used in the test set execution.

    *)
  2. botAliasId : BotAliasId.t;
    (*

    The bot alias Id of the bot alias used in the test set execution.

    *)
  3. localeId : LocaleId.t;
    (*

    The locale Id of the bot alias used in the test set execution.

    *)
}
Sourceval context_ : string
Sourceval make : botId:Id.t -> botAliasId:BotAliasId.t -> localeId:LocaleId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.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