Class: Aws::LexModelsV2::Types::DeleteCustomVocabularyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteCustomVocabularyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot that the custom vocabulary was removed from.
-
#bot_version ⇒ String
The version of the bot that the custom vocabulary was removed from.
-
#custom_vocabulary_status ⇒ String
The status of removing the custom vocabulary.
-
#locale_id ⇒ String
The locale identifier for the locale that the custom vocabulary was removed from.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot that the custom vocabulary was removed from.
5264 5265 5266 5267 5268 5269 5270 5271 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5264 class DeleteCustomVocabularyResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot that the custom vocabulary was removed from.
5264 5265 5266 5267 5268 5269 5270 5271 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5264 class DeleteCustomVocabularyResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status) SENSITIVE = [] include Aws::Structure end |
#custom_vocabulary_status ⇒ String
The status of removing the custom vocabulary.
5264 5265 5266 5267 5268 5269 5270 5271 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5264 class DeleteCustomVocabularyResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale identifier for the locale that the custom vocabulary was removed from.
5264 5265 5266 5267 5268 5269 5270 5271 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5264 class DeleteCustomVocabularyResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_status) SENSITIVE = [] include Aws::Structure end |