Class: Aws::LexModelsV2::Types::DeleteBotLocaleResponse

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 contained the deleted locale.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5009

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

#bot_locale_statusString

The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5009

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

#bot_versionString

The version of the bot that contained the deleted locale.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5009

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

#locale_idString

The language and locale of the deleted locale.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5009

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