Module: Aws::LexModelsV2::Client::_BatchCreateCustomVocabularyItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchCreateCustomVocabularyItemResponse]
- 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
83 |
# File 'sig/client.rbs', line 83
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def bot_version: () -> ::String
|
#errors ⇒ ::Array[Types::FailedCustomVocabularyItem]
86 |
# File 'sig/client.rbs', line 86
def errors: () -> ::Array[Types::FailedCustomVocabularyItem]
|
#locale_id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def locale_id: () -> ::String
|
#resources ⇒ ::Array[Types::CustomVocabularyItem]
87 |
# File 'sig/client.rbs', line 87
def resources: () -> ::Array[Types::CustomVocabularyItem]
|