Skip to content

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

lexmodelsv2_describe_bot_replica(botId, replicaRegion)

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"
  )
)

Request syntax

svc$describe_bot_replica(
  botId = "string",
  replicaRegion = "string"
)