Values.BotVersionReplicaSummarySourceContains summary information for all the version replication statuses applicable for Global resiliency.
type nonrec t = {botVersion : BotVersion.t option;The bot version for the summary information for all the version replication statuses.
*)botVersionReplicationStatus : BotVersionReplicationStatus.t option;The version replication status for all the replicated bots.
*)creationDateTime : Timestamp.t option;The creation date and time of the replication status for all the replicated bots.
*)failureReasons : FailureReasons.t option;The reasons for replication failure for all the replicated bots.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FailureReason.t ] list
| `String of BotVersion.t
| `Timestamp of Timestamp.t ])
list ]