public static interface BotExportSpecification.Builder extends SdkPojo, CopyableBuilder<BotExportSpecification.Builder,BotExportSpecification>
| Modifier and Type | Method and Description |
|---|---|
BotExportSpecification.Builder |
botId(String botId)
The identifier of the bot assigned by Amazon Lex.
|
BotExportSpecification.Builder |
botVersion(String botVersion)
The version of the bot that was exported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotExportSpecification.Builder botId(String botId)
The identifier of the bot assigned by Amazon Lex.
botId - The identifier of the bot assigned by Amazon Lex.BotExportSpecification.Builder botVersion(String botVersion)
The version of the bot that was exported. This will be either DRAFT or the version number.
botVersion - The version of the bot that was exported. This will be either DRAFT or the version
number.Copyright © 2021. All rights reserved.