Skip to content

Delete Bot Replica

lexmodelsv2_delete_bot_replica R Documentation

The action to delete the replicated bot in the secondary region

Description

The action to delete the replicated bot in the secondary region.

Usage

lexmodelsv2_delete_bot_replica(botId, replicaRegion)

Arguments

botId

[required] The unique ID of the replicated bot to be deleted from the secondary region

replicaRegion

[required] The secondary region of the replicated bot that will be deleted.

Value

A list with the following syntax:

list(
  botId = "string",
  replicaRegion = "string",
  botReplicaStatus = "Enabling"|"Enabled"|"Deleting"|"Failed"
)

Request syntax

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