Class: Aws::LexModelsV2::Types::DeleteCustomVocabularyRequest

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 unique identifier of the bot to remove the custom vocabulary from.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5163

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

#bot_versionString

The version of the bot to remove the custom vocabulary from.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5163

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

#locale_idString

The locale identifier for the locale that contains the custom vocabulary to remove.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5163

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