Values.BotReplicaSummarySourceContains summary information about all the replication statuses applicable for global resiliency.
type nonrec t = {replicaRegion : ReplicaRegion.t option;The replica region used in the replication statuses summary.
*)creationDateTime : Timestamp.t option;The creation time and date for the replicated bots.
*)botReplicaStatus : BotReplicaStatus.t option;The operation status for the replicated bot applicable.
*)failureReasons : FailureReasons.t option;The reasons for the failure for the replicated bot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FailureReason.t ] list
| `String of ReplicaRegion.t
| `Timestamp of Timestamp.t ])
list ]