class Aws::LexModelsV2::Types::CreateBotResponse

@!attribute [rw] bot_id

A unique identifier for a particular bot. You use this to identify
the bot when you call other Amazon Lex API operations.
@return [String]

@!attribute [rw] bot_name

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

@!attribute [rw] description

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

@!attribute [rw] role_arn

The IAM role specified for the bot.
@return [String]

@!attribute [rw] data_privacy

The data privacy settings specified for the bot.
@return [Types::DataPrivacy]

@!attribute [rw] idle_session_ttl_in_seconds

The session idle time specified for the bot.
@return [Integer]

@!attribute [rw] bot_status

Shows the current status of the bot. The bot is first in the
`Creating` status. Once the bot is read for use, it changes to the
`Available` status. After the bot is created, you can use the
`Draft` version of the bot.
@return [String]

@!attribute [rw] creation_date_time

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

@!attribute [rw] bot_tags

A list of tags associated with the bot.
@return [Hash<String,String>]

@!attribute [rw] test_bot_alias_tags

A list of tags associated with the test alias for the bot.
@return [Hash<String,String>]

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

Constants

SENSITIVE