Class: Aws::LexModelsV2::Types::DeleteCustomVocabularyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot that the custom vocabulary was removed from.

Returns:

  • (String)


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_versionString

The version of the bot that the custom vocabulary was removed from.

Returns:

  • (String)


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_statusString

The status of removing the custom vocabulary.

Returns:

  • (String)


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_idString

The locale identifier for the locale that the custom vocabulary was removed from.

Returns:

  • (String)


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