Describe Bot Replica
lexmodelsv2_describe_bot_replica | R Documentation |
Monitors the bot replication status through the UI console¶
Description¶
Monitors the bot replication status through the UI console.
Usage¶
Arguments¶
botId
[required] The request for the unique bot ID of the replicated bot being monitored.
replicaRegion
[required] The request for the region of the replicated bot being monitored.
Value¶
A list with the following syntax:
list(
botId = "string",
replicaRegion = "string",
sourceRegion = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
botReplicaStatus = "Enabling"|"Enabled"|"Deleting"|"Failed",
failureReasons = list(
"string"
)
)