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