Class: Aws::LexModelsV2::Types::DeleteBotVersionResponse

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 is being deleted.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5212

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

#bot_statusString

The current status of the bot.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5212

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

#bot_versionString

The version of the bot that is being deleted.

Returns:

  • (String)


5212
5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5212

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