Class: Aws::LexModelsV2::Types::BotSummary

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

Overview

Summary information about a bot returned by the ListBots operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end

#bot_nameString

The name of the bot.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end

#bot_statusString

The current status of the bot. When the status is Available the bot is ready for use.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end

#bot_typeString

The type of the bot.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the bot.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time that the bot was last updated.

Returns:

  • (Time)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end

#latest_bot_versionString

The latest numerical version in use for the bot.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2547

class BotSummary < Struct.new(
  :bot_id,
  :bot_name,
  :description,
  :bot_status,
  :latest_bot_version,
  :last_updated_date_time,
  :bot_type)
  SENSITIVE = []
  include Aws::Structure
end