Module: Aws::LexModelsV2::Client::_BatchCreateCustomVocabularyItemResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::BatchCreateCustomVocabularyItemResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#bot_id::String

Returns:

  • (::String)


83
# File 'sig/client.rbs', line 83

def bot_id: () -> ::String

#bot_version::String

Returns:

  • (::String)


84
# File 'sig/client.rbs', line 84

def bot_version: () -> ::String

#errors::Array[Types::FailedCustomVocabularyItem]

Returns:



86
# File 'sig/client.rbs', line 86

def errors: () -> ::Array[Types::FailedCustomVocabularyItem]

#locale_id::String

Returns:

  • (::String)


85
# File 'sig/client.rbs', line 85

def locale_id: () -> ::String

#resources::Array[Types::CustomVocabularyItem]

Returns:



87
# File 'sig/client.rbs', line 87

def resources: () -> ::Array[Types::CustomVocabularyItem]