Method: Aws::LexModelsV2::Types::CustomVocabularyImportSpecification#locale_id
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#locale_id ⇒ String
The identifier of the local to import the custom vocabulary to. The value must be en_GB.
4876 4877 4878 4879 4880 4881 4882 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4876 class CustomVocabularyImportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |