Module: Aws::LexModelsV2::Client::_BatchUpdateCustomVocabularyItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchUpdateCustomVocabularyItemResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #errors ⇒ ::Array[Types::FailedCustomVocabularyItem]
- #locale_id ⇒ ::String
- #resources ⇒ ::Array[Types::CustomVocabularyItem]
Instance Method Details
#bot_id ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def bot_version: () -> ::String
|
#errors ⇒ ::Array[Types::FailedCustomVocabularyItem]
130 |
# File 'sig/client.rbs', line 130
def errors: () -> ::Array[Types::FailedCustomVocabularyItem]
|
#locale_id ⇒ ::String
129 |
# File 'sig/client.rbs', line 129
def locale_id: () -> ::String
|
#resources ⇒ ::Array[Types::CustomVocabularyItem]
131 |
# File 'sig/client.rbs', line 131
def resources: () -> ::Array[Types::CustomVocabularyItem]
|