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
1451 |
# File 'sig/client.rbs', line 1451
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1452 |
# File 'sig/client.rbs', line 1452
def bot_version: () -> ::String
|
#custom_vocabulary_items ⇒ ::Array[Types::CustomVocabularyItem]
1454 |
# File 'sig/client.rbs', line 1454
def custom_vocabulary_items: () -> ::Array[Types::CustomVocabularyItem]
|
#locale_id ⇒ ::String
1453 |
# File 'sig/client.rbs', line 1453
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1455 |
# File 'sig/client.rbs', line 1455
def next_token: () -> ::String
|