Class: Aws::Types::ListCustomVocabularyItemsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomVocabularyItemsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#custom_vocabulary_items ⇒ ::Array[Types::CustomVocabularyItem]
Returns the value of attribute custom_vocabulary_items.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def bot_version @bot_version end |
#custom_vocabulary_items ⇒ ::Array[Types::CustomVocabularyItem]
Returns the value of attribute custom_vocabulary_items.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def custom_vocabulary_items @custom_vocabulary_items end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def next_token @next_token end |