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() |
|