class Aws::LexModelsV2::Types::BotImportSpecification

Provides the bot parameters required for importing a bot.

@note When making an API call, you may pass BotImportSpecification

data as a hash:

    {
      bot_name: "Name", # required
      role_arn: "RoleArn", # required
      data_privacy: { # required
        child_directed: false, # required
      },
      idle_session_ttl_in_seconds: 1,
      bot_tags: {
        "TagKey" => "TagValue",
      },
      test_bot_alias_tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] bot_name

The name that Amazon Lex should use for the bot.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the IAM role used to build and run
the bot.
@return [String]

@!attribute [rw] data_privacy

By default, data stored by Amazon Lex is encrypted. The
`DataPrivacy` structure provides settings that determine how Amazon
Lex handles special cases of securing the data for your bot.
@return [Types::DataPrivacy]

@!attribute [rw] idle_session_ttl_in_seconds

The time, in seconds, that Amazon Lex should keep information about
a user's conversation with the bot.

A user interaction remains active for the amount of time specified.
If no conversation occurs during this time, the session expires and
Amazon Lex deletes any data provided before the timeout.

You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
@return [Integer]

@!attribute [rw] bot_tags

A list of tags to add to the bot. You can only add tags when you
import a bot. You can't use the `UpdateBot` operation to update
tags. To update tags, use the `TagResource` operation.
@return [Hash<String,String>]

@!attribute [rw] test_bot_alias_tags

A list of tags to add to the test alias for a bot. You can only add
tags when you import a bot. You can't use the `UpdateAlias`
operation to update tags. To update tags on the test alias, use the
`TagResource` operation.
@return [Hash<String,String>]

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

Constants

SENSITIVE