Module Values.DeleteCustomVocabularyRequestSource

Removes a custom vocabulary from the specified locale in the specified bot.

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

    The unique identifier of the bot to remove the custom vocabulary from.

    *)
  2. botVersion : DraftBotVersion.t;
    (*

    The version of the bot to remove the custom vocabulary from.

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

    The locale identifier for the locale that contains the custom vocabulary to remove.

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