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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5191

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)


5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5191

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)


5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5191

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)


5191
5192
5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5191

class DeleteCustomVocabularyResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :custom_vocabulary_status)
  SENSITIVE = []
  include Aws::Structure
end