@aws-sdk/client-lex-models-v2

DeleteBotVersionCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
botId string | undefined

The identifier of the bot that is being deleted.

botStatus BotStatus | undefined

The current status of the bot.

botVersion string | undefined

The version of the bot that is being deleted.

Full Signature

export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse, MetadataBearer