Module: Aws::LexModelsV2::Client::_ListCustomVocabularyItemsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListCustomVocabularyItemsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #custom_vocabulary_items ⇒ ::Array[Types::CustomVocabularyItem]
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1456 |
# File 'sig/client.rbs', line 1456 def bot_id: () -> ::String |
#bot_version ⇒ ::String
1457 |
# File 'sig/client.rbs', line 1457 def bot_version: () -> ::String |
#custom_vocabulary_items ⇒ ::Array[Types::CustomVocabularyItem]
1459 |
# File 'sig/client.rbs', line 1459 def custom_vocabulary_items: () -> ::Array[Types::CustomVocabularyItem] |
#locale_id ⇒ ::String
1458 |
# File 'sig/client.rbs', line 1458 def locale_id: () -> ::String |
#next_token ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460 def next_token: () -> ::String |