| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| 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 |
|---|---|
CreateIntentRequest |
CreateIntentRequest.clone() |
CreateIntentRequest |
CreateIntentRequest.withBotId(String botId)
The identifier of the bot associated with this intent.
|
CreateIntentRequest |
CreateIntentRequest.withBotVersion(String botVersion)
The identifier of the version of the bot associated with this intent.
|
CreateIntentRequest |
CreateIntentRequest.withDescription(String description)
A description of the intent.
|
CreateIntentRequest |
CreateIntentRequest.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
CreateIntentRequest |
CreateIntentRequest.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
CreateIntentRequest |
CreateIntentRequest.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration settings for the response that is sent to the user at the beginning of a conversation, before
eliciting slot values.
|
CreateIntentRequest |
CreateIntentRequest.withInputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
CreateIntentRequest |
CreateIntentRequest.withInputContexts(InputContext... inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
CreateIntentRequest |
CreateIntentRequest.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
Sets the response that Amazon Lex sends to the user when the intent is closed.
|
CreateIntentRequest |
CreateIntentRequest.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
CreateIntentRequest |
CreateIntentRequest.withIntentName(String intentName)
The name of the intent.
|
CreateIntentRequest |
CreateIntentRequest.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
CreateIntentRequest |
CreateIntentRequest.withLocaleId(String localeId)
The identifier of the language and locale where this intent is used.
|
CreateIntentRequest |
CreateIntentRequest.withOutputContexts(Collection<OutputContext> outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentRequest |
CreateIntentRequest.withOutputContexts(OutputContext... outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentRequest |
CreateIntentRequest.withParentIntentSignature(String parentIntentSignature)
A unique identifier for the built-in intent to base this intent on.
|
CreateIntentRequest |
CreateIntentRequest.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
An array of strings that a user might say to signal the intent.
|
CreateIntentRequest |
CreateIntentRequest.withSampleUtterances(SampleUtterance... sampleUtterances)
An array of strings that a user might say to signal the intent.
|
Copyright © 2023. All rights reserved.