| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static PutSessionResponse.Builder |
PutSessionResponse.builder() |
PutSessionResponse.Builder |
PutSessionResponse.Builder.contentType(String contentType)
The type of response.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messages(String messages)
A list of messages that were last sent to the user.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.requestAttributes(String requestAttributes)
Request-specific information passed between the client application and Amazon Lex V2.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.sessionId(String sessionId)
The identifier of the session that received the data.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.sessionState(String sessionState)
Represents the current state of the dialog between the user and the bot.
|
PutSessionResponse.Builder |
PutSessionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutSessionResponse.Builder> |
PutSessionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.