| 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 should take in the conversation with a user.
|
DialogAction |
DialogAction.withSlotToElicit(String slotToElicit)
The name of the slot 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 should take in the conversation with a user.
|
SessionState |
SessionState.withDialogAction(DialogAction dialogAction)
The next step that Amazon Lex should take in the conversation with a user.
|
Copyright © 2021. All rights reserved.