| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
StartMigrationResult |
AmazonLexModelBuildingClient.startMigration(StartMigrationRequest request)
Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2.
|
StartMigrationResult |
AmazonLexModelBuilding.startMigration(StartMigrationRequest startMigrationRequest)
Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2.
|
StartMigrationResult |
AbstractAmazonLexModelBuilding.startMigration(StartMigrationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartMigrationResult> |
AbstractAmazonLexModelBuildingAsync.startMigrationAsync(StartMigrationRequest request,
AsyncHandler<StartMigrationRequest,StartMigrationResult> asyncHandler) |
Future<StartMigrationResult> |
AmazonLexModelBuildingAsync.startMigrationAsync(StartMigrationRequest startMigrationRequest,
AsyncHandler<StartMigrationRequest,StartMigrationResult> asyncHandler)
Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2.
|
Future<StartMigrationResult> |
AmazonLexModelBuildingAsyncClient.startMigrationAsync(StartMigrationRequest request,
AsyncHandler<StartMigrationRequest,StartMigrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartMigrationResult |
StartMigrationResult.clone() |
StartMigrationResult |
StartMigrationResult.withMigrationId(String migrationId)
The unique identifier that Amazon Lex assigned to the migration.
|
StartMigrationResult |
StartMigrationResult.withMigrationStrategy(MigrationStrategy migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResult |
StartMigrationResult.withMigrationStrategy(String migrationStrategy)
The strategy used to conduct the migration.
|
StartMigrationResult |
StartMigrationResult.withMigrationTimestamp(Date migrationTimestamp)
The date and time that the migration started.
|
StartMigrationResult |
StartMigrationResult.withV1BotLocale(Locale v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResult |
StartMigrationResult.withV1BotLocale(String v1BotLocale)
The locale used for the Amazon Lex V1 bot.
|
StartMigrationResult |
StartMigrationResult.withV1BotName(String v1BotName)
The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
|
StartMigrationResult |
StartMigrationResult.withV1BotVersion(String v1BotVersion)
The version of the bot to migrate to Amazon Lex V2.
|
StartMigrationResult |
StartMigrationResult.withV2BotId(String v2BotId)
The unique identifier for the Amazon Lex V2 bot.
|
StartMigrationResult |
StartMigrationResult.withV2BotRole(String v2BotRole)
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
|
Copyright © 2023. All rights reserved.