| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionState.Builder |
SessionState.Builder.activeContexts(ActiveContext... activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
SessionState.Builder |
SessionState.Builder.activeContexts(Collection<ActiveContext> activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
SessionState.Builder |
SessionState.Builder.activeContexts(Consumer<ActiveContext.Builder>... activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
static SessionState.Builder |
SessionState.builder() |
default SessionState.Builder |
SessionState.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
The next step that Amazon Lex V2 should take in the conversation with a user.
|
SessionState.Builder |
SessionState.Builder.dialogAction(DialogAction dialogAction)
The next step that Amazon Lex V2 should take in the conversation with a user.
|
SessionState.Builder |
IntentResultEvent.BuilderImpl.getSessionState() |
SessionState.Builder |
ConfigurationEvent.BuilderImpl.getSessionState() |
default SessionState.Builder |
SessionState.Builder.intent(Consumer<Intent.Builder> intent)
The active intent that Amazon Lex V2 is processing.
|
SessionState.Builder |
SessionState.Builder.intent(Intent intent)
The active intent that Amazon Lex V2 is processing.
|
SessionState.Builder |
SessionState.Builder.originatingRequestId(String originatingRequestId)
A unique identifier for a specific request.
|
default SessionState.Builder |
SessionState.Builder.runtimeHints(Consumer<RuntimeHints.Builder> runtimeHints)
Hints for phrases that a customer is likely to use for a slot.
|
SessionState.Builder |
SessionState.Builder.runtimeHints(RuntimeHints runtimeHints)
Hints for phrases that a customer is likely to use for a slot.
|
SessionState.Builder |
SessionState.Builder.sessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing session-specific context information.
|
SessionState.Builder |
SessionState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SessionState.Builder> |
SessionState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Represents the current state of the dialog between the user and the bot.
|
default RecognizeTextRequest.Builder |
RecognizeTextRequest.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
The current state of the dialog between the user and the bot.
|
default PutSessionRequest.Builder |
PutSessionRequest.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Sets the state of the session with the user.
|
default RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Represents the current state of the dialog between the user and the bot.
|
default IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Sets the value of the SessionState property for this object.
|
default ConfigurationEvent.Builder |
ConfigurationEvent.Builder.sessionState(Consumer<SessionState.Builder> sessionState)
Sets the value of the SessionState property for this object.
|
Copyright © 2022. All rights reserved.