

# CustomVocabularyImportSpecification
<a name="API_CustomVocabularyImportSpecification"></a>

Provides the parameters required for importing a custom vocabulary.

## Contents
<a name="API_CustomVocabularyImportSpecification_Contents"></a>

 ** botId **   <a name="lexv2-Type-CustomVocabularyImportSpecification-botId"></a>
The identifier of the bot to import the custom vocabulary to.  
Type: String  
Length Constraints: Fixed length of 10.  
Pattern: `^[0-9a-zA-Z]+$`   
Required: Yes

 ** botVersion **   <a name="lexv2-Type-CustomVocabularyImportSpecification-botVersion"></a>
The version of the bot to import the custom vocabulary to.  
Type: String  
Length Constraints: Fixed length of 5.  
Pattern: `^DRAFT$`   
Required: Yes

 ** localeId **   <a name="lexv2-Type-CustomVocabularyImportSpecification-localeId"></a>
The identifier of the local to import the custom vocabulary to. The value must be `en_GB`.  
Type: String  
Required: Yes

## See Also
<a name="API_CustomVocabularyImportSpecification_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/models.lex.v2-2020-08-07/CustomVocabularyImportSpecification) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/models.lex.v2-2020-08-07/CustomVocabularyImportSpecification) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/models.lex.v2-2020-08-07/CustomVocabularyImportSpecification) 