- Navigation Guide
@aws-sdk/client-lex-models-v2
DeleteBotVersionCommandOutput Interface
The output of DeleteBotVersionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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