BotImportSpecification

Provides the bot parameters required for importing a bot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name that Amazon Lex should use for the bot.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String