class Aws::LexModelsV2::Types::DescribeBotVersionResponse

@!attribute [rw] bot_id

The identifier of the bot that contains the version.
@return [String]

@!attribute [rw] bot_name

The name of the bot that contains the version.
@return [String]

@!attribute [rw] bot_version

The version of the bot to describe.
@return [String]

@!attribute [rw] description

The description specified for the bot.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of an IAM role that has permission to
access the bot version.
@return [String]

@!attribute [rw] data_privacy

Data privacy settings for the bot version.
@return [Types::DataPrivacy]

@!attribute [rw] idle_session_ttl_in_seconds

The number of seconds that a session with the bot remains active
before it is discarded by Amazon Lex.
@return [Integer]

@!attribute [rw] bot_status

The current status of the bot. When the status is `Available`, the
bot version is ready for use.
@return [String]

@!attribute [rw] failure_reasons

If the `botStatus` is `Failed`, this contains a list of reasons that
the version couldn't be built.
@return [Array<String>]

@!attribute [rw] creation_date_time

A timestamp of the date and time that the bot version was created.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeBotVersionResponse AWS API Documentation

Constants

SENSITIVE