Values.BotVersionSummarySourceSummary information about a bot version returned by the ListBotVersions operation.
type nonrec t = {botName : Name.t option;The name of the bot associated with the version.
*)botVersion : BotVersion.t option;The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
*)description : Description.t option;The description of the version.
*)botStatus : BotStatus.t option;The status of the bot. When the status is available, the version of the bot is ready for use.
*)creationDateTime : Timestamp.t option;A timestamp of the date and time that the version was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Name.t | `Timestamp of Timestamp.t ])
list ]