| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
GenerateBotElementResult |
AmazonLexModelsV2Client.generateBotElement(GenerateBotElementRequest request)
Generates sample utterances for an intent.
|
GenerateBotElementResult |
AbstractAmazonLexModelsV2.generateBotElement(GenerateBotElementRequest request) |
GenerateBotElementResult |
AmazonLexModelsV2.generateBotElement(GenerateBotElementRequest generateBotElementRequest)
Generates sample utterances for an intent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GenerateBotElementResult> |
AbstractAmazonLexModelsV2Async.generateBotElementAsync(GenerateBotElementRequest request,
AsyncHandler<GenerateBotElementRequest,GenerateBotElementResult> asyncHandler) |
Future<GenerateBotElementResult> |
AmazonLexModelsV2AsyncClient.generateBotElementAsync(GenerateBotElementRequest request,
AsyncHandler<GenerateBotElementRequest,GenerateBotElementResult> asyncHandler) |
Future<GenerateBotElementResult> |
AmazonLexModelsV2Async.generateBotElementAsync(GenerateBotElementRequest generateBotElementRequest,
AsyncHandler<GenerateBotElementRequest,GenerateBotElementResult> asyncHandler)
Generates sample utterances for an intent.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateBotElementResult |
GenerateBotElementResult.clone() |
GenerateBotElementResult |
GenerateBotElementResult.withBotId(String botId)
The unique bot Id for the bot which received the response.
|
GenerateBotElementResult |
GenerateBotElementResult.withBotVersion(String botVersion)
The unique bot version for the bot which received the response.
|
GenerateBotElementResult |
GenerateBotElementResult.withIntentId(String intentId)
The unique intent Id for the bot which received the response.
|
GenerateBotElementResult |
GenerateBotElementResult.withLocaleId(String localeId)
The unique locale Id for the bot which received the response.
|
GenerateBotElementResult |
GenerateBotElementResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances for the bot which received the response.
|
GenerateBotElementResult |
GenerateBotElementResult.withSampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances for the bot which received the response.
|
Copyright © 2024. All rights reserved.