Values.DescribeCustomVocabularyMetadataRequestSourceProvides metadata information about a custom vocabulary.
type nonrec t = {botId : Id.t;The unique identifier of the bot that contains the custom vocabulary.
*)botVersion : BotVersion.t;The bot version of the bot to return metadata for.
*)localeId : LocaleId.t;The locale to return the custom vocabulary information for. The locale must be en_GB.
*)}