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

DeleteBotLocaleCommandOutput Interface

The output of DeleteBotLocaleCommand.

Members

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

The identifier of the bot that contained the deleted locale.

botLocaleStatus BotLocaleStatus | undefined

The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

botVersion string | undefined

The version of the bot that contained the deleted locale.

localeId string | undefined

The language and locale of the deleted locale.

Full Signature

export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, MetadataBearer