MigrationSummary

Provides information about migrating a bot from Amazon Lex V1 to Amazon Lex V2.

Types

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

Properties

Link copied to clipboard

The unique identifier that Amazon Lex assigned to the migration.

Link copied to clipboard

The status of the operation. When the status is COMPLETE the bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.

Link copied to clipboard

The strategy used to conduct the migration.

Link copied to clipboard

The date and time that the migration started.

Link copied to clipboard

The locale of the Amazon Lex V1 bot that is the source of the migration.

Link copied to clipboard

The name of the Amazon Lex V1 bot that is the source of the migration.

Link copied to clipboard

The version of the Amazon Lex V1 bot that is the source of the migration.

Link copied to clipboard

The unique identifier of the Amazon Lex V2 that is the destination of the migration.

Link copied to clipboard

The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.

Functions

Link copied to clipboard
inline fun copy(block: MigrationSummary.Builder.() -> Unit = {}): MigrationSummary
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