| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotResult |
AbstractAmazonLexModelsV2.createBot(CreateBotRequest request) |
CreateBotResult |
AmazonLexModelsV2.createBot(CreateBotRequest createBotRequest)
Creates an Amazon Lex conversational bot.
|
CreateBotResult |
AmazonLexModelsV2Client.createBot(CreateBotRequest request)
Creates an Amazon Lex conversational bot.
|
Future<CreateBotResult> |
AbstractAmazonLexModelsV2Async.createBotAsync(CreateBotRequest request) |
Future<CreateBotResult> |
AmazonLexModelsV2Async.createBotAsync(CreateBotRequest createBotRequest)
Creates an Amazon Lex conversational bot.
|
Future<CreateBotResult> |
AmazonLexModelsV2AsyncClient.createBotAsync(CreateBotRequest request) |
Future<CreateBotResult> |
AbstractAmazonLexModelsV2Async.createBotAsync(CreateBotRequest request,
AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler) |
Future<CreateBotResult> |
AmazonLexModelsV2Async.createBotAsync(CreateBotRequest createBotRequest,
AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler)
Creates an Amazon Lex conversational bot.
|
Future<CreateBotResult> |
AmazonLexModelsV2AsyncClient.createBotAsync(CreateBotRequest request,
AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotResult> |
AbstractAmazonLexModelsV2Async.createBotAsync(CreateBotRequest request,
AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler) |
Future<CreateBotResult> |
AmazonLexModelsV2Async.createBotAsync(CreateBotRequest createBotRequest,
AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler)
Creates an Amazon Lex conversational bot.
|
Future<CreateBotResult> |
AmazonLexModelsV2AsyncClient.createBotAsync(CreateBotRequest request,
AsyncHandler<CreateBotRequest,CreateBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBotRequest |
CreateBotRequest.addBotTagsEntry(String key,
String value)
Add a single BotTags entry
|
CreateBotRequest |
CreateBotRequest.addTestBotAliasTagsEntry(String key,
String value)
Add a single TestBotAliasTags entry
|
CreateBotRequest |
CreateBotRequest.clearBotTagsEntries()
Removes all the entries added into BotTags.
|
CreateBotRequest |
CreateBotRequest.clearTestBotAliasTagsEntries()
Removes all the entries added into TestBotAliasTags.
|
CreateBotRequest |
CreateBotRequest.clone() |
CreateBotRequest |
CreateBotRequest.withBotMembers(BotMember... botMembers)
The list of bot members in a network to be created.
|
CreateBotRequest |
CreateBotRequest.withBotMembers(Collection<BotMember> botMembers)
The list of bot members in a network to be created.
|
CreateBotRequest |
CreateBotRequest.withBotName(String botName)
The name of the bot.
|
CreateBotRequest |
CreateBotRequest.withBotTags(Map<String,String> botTags)
A list of tags to add to the bot.
|
CreateBotRequest |
CreateBotRequest.withBotType(BotType botType)
The type of a bot to create.
|
CreateBotRequest |
CreateBotRequest.withBotType(String botType)
The type of a bot to create.
|
CreateBotRequest |
CreateBotRequest.withDataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
CreateBotRequest |
CreateBotRequest.withDescription(String description)
A description of the bot.
|
CreateBotRequest |
CreateBotRequest.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
CreateBotRequest |
CreateBotRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
|
CreateBotRequest |
CreateBotRequest.withTestBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags to add to the test alias for a bot.
|
Copyright © 2023. All rights reserved.