| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.activeContexts(ActiveContext... activeContexts)
A list of active contexts for the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.activeContexts(Collection<ActiveContext> activeContexts)
A list of active contexts for the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.activeContexts(Consumer<ActiveContext.Builder>... activeContexts)
A list of active contexts for the session.
|
static GetSessionResponse.Builder |
GetSessionResponse.builder() |
default GetSessionResponse.Builder |
GetSessionResponse.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
Describes the current state of the bot.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.dialogAction(DialogAction dialogAction)
Describes the current state of the bot.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.recentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
An array of information about the intents used in the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.recentIntentSummaryView(Consumer<IntentSummary.Builder>... recentIntentSummaryView)
An array of information about the intents used in the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.recentIntentSummaryView(IntentSummary... recentIntentSummaryView)
An array of information about the intents used in the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing the session-specific context information.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionId(String sessionId)
A unique identifier for the session.
|
GetSessionResponse.Builder |
GetSessionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSessionResponse.Builder> |
GetSessionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.