Class: Aws::LexModelsV2::Types::BotVersionSummary

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

Overview

Summary information about a bot version returned by the

ListBotVersions][1

operation.

[1]: docs.aws.amazon.com/lexv2/latest/APIReference/API_ListBotVersions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot associated with the version.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2748

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_statusString

The status of the bot. When the status is available, the version of the bot is ready for use.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2748

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The numeric version of the bot, or ‘DRAFT` to indicate that this is the version of the bot that can be updated..

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2748

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

A timestamp of the date and time that the version was created.

Returns:

  • (Time)


2748
2749
2750
2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2748

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the version.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
2756
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2748

class BotVersionSummary < Struct.new(
  :bot_name,
  :bot_version,
  :description,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end