| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotImportSpecification.Builder |
BotImportSpecification.Builder.botName(String botName)
The name that Amazon Lex should use for the bot.
|
BotImportSpecification.Builder |
BotImportSpecification.Builder.botTags(Map<String,String> botTags)
A list of tags to add to the bot.
|
static BotImportSpecification.Builder |
BotImportSpecification.builder() |
default BotImportSpecification.Builder |
BotImportSpecification.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Sets the value of the DataPrivacy property for this object.
|
BotImportSpecification.Builder |
BotImportSpecification.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Sets the value of the DataPrivacy property for this object.
|
BotImportSpecification.Builder |
BotImportSpecification.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
BotImportSpecification.Builder |
BotImportSpecification.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
|
BotImportSpecification.Builder |
BotImportSpecification.Builder.testBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags to add to the test alias for a bot.
|
BotImportSpecification.Builder |
BotImportSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotImportSpecification.Builder> |
BotImportSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportResourceSpecification.Builder |
ImportResourceSpecification.Builder.botImportSpecification(Consumer<BotImportSpecification.Builder> botImportSpecification)
Parameters for importing a bot.
|
Copyright © 2021. All rights reserved.