Module: Aws::LexModelsV2::Client::_BatchDeleteCustomVocabularyItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchDeleteCustomVocabularyItemResponse]
- 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
106 |
# File 'sig/client.rbs', line 106
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def bot_version: () -> ::String
|
#errors ⇒ ::Array[Types::FailedCustomVocabularyItem]
109 |
# File 'sig/client.rbs', line 109
def errors: () -> ::Array[Types::FailedCustomVocabularyItem]
|
#locale_id ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def locale_id: () -> ::String
|
#resources ⇒ ::Array[Types::CustomVocabularyItem]
110 |
# File 'sig/client.rbs', line 110
def resources: () -> ::Array[Types::CustomVocabularyItem]
|