| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.botAlias(String botAlias)
The alias in use for the bot associated with the session data.
|
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.botName(String botName)
The name of the bot associated with the session data.
|
static DeleteSessionResponse.Builder |
DeleteSessionResponse.builder() |
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.sessionId(String sessionId)
The unique identifier for the session.
|
DeleteSessionResponse.Builder |
DeleteSessionResponse.toBuilder() |
DeleteSessionResponse.Builder |
DeleteSessionResponse.Builder.userId(String userId)
The ID of the client application user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteSessionResponse.Builder> |
DeleteSessionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.