Module Values.CreateBotReplicaRequestSource

Action to create a replication of the source bot in the secondary region.

Sourcetype nonrec t = {
  1. botId : Id.t;
    (*

    The request for the unique bot ID of the source bot to be replicated in the secondary region.

    *)
  2. replicaRegion : ReplicaRegion.t;
    (*

    The request for the secondary region that will be used in the replication of the source bot.

    *)
}
Sourceval context_ : string
Sourceval make : botId:Id.t -> replicaRegion:ReplicaRegion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t