Values.DescribeBotLocaleRequestSourceDescribes the settings that a bot has for a specific locale.
type nonrec t = {botId : Id.t;The identifier of the bot associated with the locale.
*)botVersion : BotVersion.t;The version of the bot associated with the locale.
*)localeId : LocaleId.t;The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages.
*)}