Values.DeleteBotLocaleRequestSourceRemoves a locale from a bot. When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted.
type nonrec t = {botId : Id.t;The unique identifier of the bot that contains the locale.
*)botVersion : DraftBotVersion.t;The version of the bot that contains the locale.
*)localeId : LocaleId.t;The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
*)}