Module Values.GenerateBotElementRequestSource

Generates sample utterances for an intent.

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

    The intent unique Id for the bot request to generate utterances.

    *)
  2. botId : Id.t;
    (*

    The bot unique Id for the bot request to generate utterances.

    *)
  3. botVersion : BotVersion.t;
    (*

    The bot version for the bot request to generate utterances.

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

    The unique locale Id for the bot request to generate utterances.

    *)
}
Sourceval context_ : string
Sourceval make : intentId:Id.t -> botId:Id.t -> botVersion:BotVersion.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