public static interface BotLocaleExportSpecification.Builder extends SdkPojo, CopyableBuilder<BotLocaleExportSpecification.Builder,BotLocaleExportSpecification>
| Modifier and Type | Method and Description |
|---|---|
BotLocaleExportSpecification.Builder |
botId(String botId)
The identifier of the bot to create the locale for.
|
BotLocaleExportSpecification.Builder |
botVersion(String botVersion)
The version of the bot to export.
|
BotLocaleExportSpecification.Builder |
localeId(String localeId)
The identifier of the language and locale to export.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotLocaleExportSpecification.Builder botId(String botId)
The identifier of the bot to create the locale for.
botId - The identifier of the bot to create the locale for.BotLocaleExportSpecification.Builder botVersion(String botVersion)
The version of the bot to export.
botVersion - The version of the bot to export.BotLocaleExportSpecification.Builder localeId(String localeId)
The identifier of the language and locale to export. The string must match one of the locales in the bot.
localeId - The identifier of the language and locale to export. The string must match one of the locales in the
bot.Copyright © 2022. All rights reserved.