public static interface CustomVocabularyImportSpecification.Builder extends SdkPojo, CopyableBuilder<CustomVocabularyImportSpecification.Builder,CustomVocabularyImportSpecification>
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyImportSpecification.Builder |
botId(String botId)
The identifier of the bot to import the custom vocabulary to.
|
CustomVocabularyImportSpecification.Builder |
botVersion(String botVersion)
The version of the bot to import the custom vocabulary to.
|
CustomVocabularyImportSpecification.Builder |
localeId(String localeId)
The identifier of the local to import the custom vocabulary to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomVocabularyImportSpecification.Builder botId(String botId)
The identifier of the bot to import the custom vocabulary to.
botId - The identifier of the bot to import the custom vocabulary to.CustomVocabularyImportSpecification.Builder botVersion(String botVersion)
The version of the bot to import the custom vocabulary to.
botVersion - The version of the bot to import the custom vocabulary to.CustomVocabularyImportSpecification.Builder localeId(String localeId)
The identifier of the local to import the custom vocabulary to. The value must be en_GB.
localeId - The identifier of the local to import the custom vocabulary to. The value must be en_GB.Copyright © 2022. All rights reserved.