| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
DialogAction |
GetSessionResponse.dialogAction()
Describes the current state of the bot.
|
DialogAction |
PutSessionRequest.dialogAction()
Sets the next action that the bot should take to fulfill the conversation.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.dialogAction(DialogAction dialogAction)
Describes the current state of the bot.
|
PutSessionRequest.Builder |
PutSessionRequest.Builder.dialogAction(DialogAction dialogAction)
Sets the next action that the bot should take to fulfill the conversation.
|
Copyright © 2023. All rights reserved.