| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogAction |
DialogAction.clone() |
DialogAction |
SessionState.getDialogAction()
The next step that Amazon Lex V2 should take in the conversation with a user.
|
DialogAction |
DialogAction.withSlotElicitationStyle(String slotElicitationStyle)
Configures the slot to use spell-by-letter or spell-by-word style.
|
DialogAction |
DialogAction.withSlotElicitationStyle(StyleType slotElicitationStyle)
Configures the slot to use spell-by-letter or spell-by-word style.
|
DialogAction |
DialogAction.withSlotToElicit(String slotToElicit)
The name of the slot that should be elicited from the user.
|
DialogAction |
DialogAction.withSubSlotToElicit(ElicitSubSlot subSlotToElicit)
The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited from
the user.
|
DialogAction |
DialogAction.withType(DialogActionType type)
The next action that the bot should take in its interaction with the user.
|
DialogAction |
DialogAction.withType(String type)
The next action that the bot should take in its interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionState.setDialogAction(DialogAction dialogAction)
The next step that Amazon Lex V2 should take in the conversation with a user.
|
SessionState |
SessionState.withDialogAction(DialogAction dialogAction)
The next step that Amazon Lex V2 should take in the conversation with a user.
|
Copyright © 2025. All rights reserved.