| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotResult |
AmazonLexModelsV2Client.createBot(CreateBotRequest request)
Creates an Amazon Lex conversational bot.
|
CreateBotResult |
AbstractAmazonLexModelsV2.createBot(CreateBotRequest request) |
CreateBotResult |
AmazonLexModelsV2.createBot(CreateBotRequest createBotRequest)
Creates an Amazon Lex conversational bot.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateBotResult |
CreateBotResult.addBotTagsEntry(String key,
String value)
Add a single BotTags entry
|
CreateBotResult |
CreateBotResult.addTestBotAliasTagsEntry(String key,
String value)
Add a single TestBotAliasTags entry
|
CreateBotResult |
CreateBotResult.clearBotTagsEntries()
Removes all the entries added into BotTags.
|
CreateBotResult |
CreateBotResult.clearTestBotAliasTagsEntries()
Removes all the entries added into TestBotAliasTags.
|
CreateBotResult |
CreateBotResult.clone() |
CreateBotResult |
CreateBotResult.withBotId(String botId)
A unique identifier for a particular bot.
|
CreateBotResult |
CreateBotResult.withBotName(String botName)
The name specified for the bot.
|
CreateBotResult |
CreateBotResult.withBotStatus(BotStatus botStatus)
Shows the current status of the bot.
|
CreateBotResult |
CreateBotResult.withBotStatus(String botStatus)
Shows the current status of the bot.
|
CreateBotResult |
CreateBotResult.withBotTags(Map<String,String> botTags)
A list of tags associated with the bot.
|
CreateBotResult |
CreateBotResult.withCreationDateTime(Date creationDateTime)
A timestamp indicating the date and time that the bot was created.
|
CreateBotResult |
CreateBotResult.withDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
|
CreateBotResult |
CreateBotResult.withDescription(String description)
The description specified for the bot.
|
CreateBotResult |
CreateBotResult.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session idle time specified for the bot.
|
CreateBotResult |
CreateBotResult.withRoleArn(String roleArn)
The IAM role specified for the bot.
|
CreateBotResult |
CreateBotResult.withTestBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags associated with the test alias for the bot.
|
Copyright © 2022. All rights reserved.