| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogCodeHookSettings.Builder |
DialogCodeHookSettings.builder() |
DialogCodeHookSettings.Builder |
DialogCodeHookSettings.Builder.enabled(Boolean enabled)
Enables the dialog code hook so that it processes user requests.
|
DialogCodeHookSettings.Builder |
DialogCodeHookSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DialogCodeHookSettings.Builder> |
DialogCodeHookSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The updated Lambda function called during each turn of the conversation with the user.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The dialog Lambda function specified for the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The new Lambda function to use between each turn of the conversation with the bot.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function for each user input.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.dialogCodeHook(Consumer<DialogCodeHookSettings.Builder> dialogCodeHook)
The Lambda function called during each turn of a conversation with the intent.
|
Copyright © 2021. All rights reserved.