| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionState |
PutSessionRequest.sessionState()
Sets the state of the session with the user.
|
SessionState |
IntentResultEvent.sessionState()
Returns the value of the SessionState property for this object.
|
SessionState |
RecognizeTextRequest.sessionState()
The current state of the dialog between the user and the bot.
|
SessionState |
GetSessionResponse.sessionState()
Represents the current state of the dialog between the user and the bot.
|
SessionState |
RecognizeTextResponse.sessionState()
Represents the current state of the dialog between the user and the bot.
|
SessionState |
ConfigurationEvent.sessionState()
Returns the value of the SessionState property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
PutSessionRequest.Builder |
PutSessionRequest.Builder.sessionState(SessionState sessionState)
Sets the state of the session with the user.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionState(SessionState sessionState)
Sets the value of the SessionState property for this object.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.sessionState(SessionState sessionState) |
RecognizeTextRequest.Builder |
RecognizeTextRequest.Builder.sessionState(SessionState sessionState)
The current state of the dialog between the user and the bot.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.sessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.sessionState(SessionState sessionState)
Sets the value of the SessionState property for this object.
|
ConfigurationEvent.Builder |
ConfigurationEvent.BuilderImpl.sessionState(SessionState sessionState) |
Copyright © 2021. All rights reserved.