| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIntentResult |
AmazonLexModelsV2Client.createIntent(CreateIntentRequest request)
Creates an intent.
|
CreateIntentResult |
AmazonLexModelsV2.createIntent(CreateIntentRequest createIntentRequest)
Creates an intent.
|
CreateIntentResult |
AbstractAmazonLexModelsV2.createIntent(CreateIntentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntentResult> |
AbstractAmazonLexModelsV2Async.createIntentAsync(CreateIntentRequest request,
AsyncHandler<CreateIntentRequest,CreateIntentResult> asyncHandler) |
Future<CreateIntentResult> |
AmazonLexModelsV2AsyncClient.createIntentAsync(CreateIntentRequest request,
AsyncHandler<CreateIntentRequest,CreateIntentResult> asyncHandler) |
Future<CreateIntentResult> |
AmazonLexModelsV2Async.createIntentAsync(CreateIntentRequest createIntentRequest,
AsyncHandler<CreateIntentRequest,CreateIntentResult> asyncHandler)
Creates an intent.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentResult |
CreateIntentResult.clone() |
CreateIntentResult |
CreateIntentResult.withBotId(String botId)
The identifier of the bot associated with the intent.
|
CreateIntentResult |
CreateIntentResult.withBotVersion(String botVersion)
The identifier of the version of the bot associated with the intent.
|
CreateIntentResult |
CreateIntentResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the intent was created.
|
CreateIntentResult |
CreateIntentResult.withDescription(String description)
The description specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The dialog Lambda function specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withInputContexts(Collection<InputContext> inputContexts)
The list of input contexts specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withInputContexts(InputContext... inputContexts)
The list of input contexts specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The closing setting specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The confirmation setting specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withIntentId(String intentId)
A unique identifier for the intent.
|
CreateIntentResult |
CreateIntentResult.withIntentName(String intentName)
The name specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withLocaleId(String localeId)
The locale that the intent is specified to use.
|
CreateIntentResult |
CreateIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withOutputContexts(OutputContext... outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withParentIntentSignature(String parentIntentSignature)
The signature of the parent intent specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances specified for the intent.
|
CreateIntentResult |
CreateIntentResult.withSampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances specified for the intent.
|
Copyright © 2021. All rights reserved.