| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogAction.Builder |
DialogAction.builder() |
DialogAction.Builder |
DialogAction.Builder.slotToElicit(String slotToElicit)
The name of the slot that should be elicited from the user.
|
DialogAction.Builder |
DialogAction.toBuilder() |
DialogAction.Builder |
DialogAction.Builder.type(DialogActionType type)
The next action that the bot should take in its interaction with the user.
|
DialogAction.Builder |
DialogAction.Builder.type(String type)
The next action that the bot should take in its interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DialogAction.Builder> |
DialogAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SessionState.Builder |
SessionState.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
The next step that Amazon Lex should take in the conversation with a user.
|
Copyright © 2021. All rights reserved.