| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogAction.Builder |
DialogAction.builder() |
DialogAction.Builder |
DialogAction.Builder.slotElicitationStyle(String slotElicitationStyle)
Configures the slot to use spell-by-letter or spell-by-word style.
|
DialogAction.Builder |
DialogAction.Builder.slotElicitationStyle(StyleType slotElicitationStyle)
Configures the slot to use spell-by-letter or spell-by-word style.
|
DialogAction.Builder |
DialogAction.Builder.slotToElicit(String slotToElicit)
The name of the slot that should be elicited from the user.
|
default DialogAction.Builder |
DialogAction.Builder.subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)
The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited
from the user.
|
DialogAction.Builder |
DialogAction.Builder.subSlotToElicit(ElicitSubSlot subSlotToElicit)
The name of the constituent sub slot of the composite slot specified in slotToElicit 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 V2 should take in the conversation with a user.
|
Copyright © 2022. All rights reserved.