| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionState |
SessionState.addSessionAttributesEntry(String key,
String value)
Add a single SessionAttributes entry
|
SessionState |
SessionState.clearSessionAttributesEntries()
Removes all the entries added into SessionAttributes.
|
SessionState |
SessionState.clone() |
SessionState |
RecognizeTextResult.getSessionState()
Represents the current state of the dialog between the user and the bot.
|
SessionState |
GetSessionResult.getSessionState()
Represents the current state of the dialog between the user and the bot.
|
SessionState |
RecognizeTextRequest.getSessionState()
The current state of the dialog between the user and the bot.
|
SessionState |
PutSessionRequest.getSessionState()
Sets the state of the session with the user.
|
SessionState |
SessionState.withActiveContexts(ActiveContext... activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
SessionState |
SessionState.withActiveContexts(Collection<ActiveContext> activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
SessionState |
SessionState.withDialogAction(DialogAction dialogAction)
The next step that Amazon Lex V2 should take in the conversation with a user.
|
SessionState |
SessionState.withIntent(Intent intent)
The active intent that Amazon Lex V2 is processing.
|
SessionState |
SessionState.withOriginatingRequestId(String originatingRequestId)
|
SessionState |
SessionState.withSessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing session-specific context information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeTextResult.setSessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
void |
GetSessionResult.setSessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
void |
RecognizeTextRequest.setSessionState(SessionState sessionState)
The current state of the dialog between the user and the bot.
|
void |
PutSessionRequest.setSessionState(SessionState sessionState)
Sets the state of the session with the user.
|
RecognizeTextResult |
RecognizeTextResult.withSessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
GetSessionResult |
GetSessionResult.withSessionState(SessionState sessionState)
Represents the current state of the dialog between the user and the bot.
|
RecognizeTextRequest |
RecognizeTextRequest.withSessionState(SessionState sessionState)
The current state of the dialog between the user and the bot.
|
PutSessionRequest |
PutSessionRequest.withSessionState(SessionState sessionState)
Sets the state of the session with the user.
|
Copyright © 2021. All rights reserved.