List Bot Replicas
lexmodelsv2_list_bot_replicas | R Documentation |
The action to list the replicated bots¶
Description¶
The action to list the replicated bots.
Usage¶
Arguments¶
botId
[required] The request for the unique bot IDs in the list of replicated bots.
Value¶
A list with the following syntax:
list(
botId = "string",
sourceRegion = "string",
botReplicaSummaries = list(
list(
replicaRegion = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
botReplicaStatus = "Enabling"|"Enabled"|"Deleting"|"Failed",
failureReasons = list(
"string"
)
)
)
)