| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotImportSpecification |
BotImportSpecification.addBotTagsEntry(String key,
String value)
Add a single BotTags entry
|
BotImportSpecification |
BotImportSpecification.addTestBotAliasTagsEntry(String key,
String value)
Add a single TestBotAliasTags entry
|
BotImportSpecification |
BotImportSpecification.clearBotTagsEntries()
Removes all the entries added into BotTags.
|
BotImportSpecification |
BotImportSpecification.clearTestBotAliasTagsEntries()
Removes all the entries added into TestBotAliasTags.
|
BotImportSpecification |
BotImportSpecification.clone() |
BotImportSpecification |
ImportResourceSpecification.getBotImportSpecification()
Parameters for importing a bot.
|
BotImportSpecification |
BotImportSpecification.withBotName(String botName)
The name that Amazon Lex should use for the bot.
|
BotImportSpecification |
BotImportSpecification.withBotTags(Map<String,String> botTags)
A list of tags to add to the bot.
|
BotImportSpecification |
BotImportSpecification.withDataPrivacy(DataPrivacy dataPrivacy) |
BotImportSpecification |
BotImportSpecification.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
BotImportSpecification |
BotImportSpecification.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
|
BotImportSpecification |
BotImportSpecification.withTestBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags to add to the test alias for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportResourceSpecification.setBotImportSpecification(BotImportSpecification botImportSpecification)
Parameters for importing a bot.
|
ImportResourceSpecification |
ImportResourceSpecification.withBotImportSpecification(BotImportSpecification botImportSpecification)
Parameters for importing a bot.
|
Copyright © 2024. All rights reserved.