Class: Aws::Types::BatchCreateCustomVocabularyItemRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def bot_version
  @bot_version
end

#custom_vocabulary_item_list ⇒ ::Array[Types::NewCustomVocabularyItem]

Returns the value of attribute custom_vocabulary_item_list.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def custom_vocabulary_item_list
  @custom_vocabulary_item_list
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def locale_id
  @locale_id
end