Values.DescribeBotVersionRequestSourceProvides metadata about a version of a bot.
type nonrec t = {botId : Id.t;The identifier of the bot containing the version to return metadata for.
*)botVersion : NumericalBotVersion.t;The version of the bot to return metadata for.
*)}