| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.botAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
|
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.botId(String botId)
The identifier of the bot that contained the session data.
|
static DeleteSessionResponse.Builder |
DeleteSessionResponse.builder() |
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.localeId(String localeId)
The locale where the session was used.
|
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.sessionId(String sessionId)
The identifier of the deleted session.
|
DeleteSessionResponse.Builder |
DeleteSessionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteSessionResponse.Builder> |
DeleteSessionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.