public static interface DeleteSessionResponse.Builder extends LexRuntimeResponse.Builder, SdkPojo, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResponse.Builder |
botAlias(String botAlias)
The alias in use for the bot associated with the session data.
|
DeleteSessionResponse.Builder |
botName(String botName)
The name of the bot associated with the session data.
|
DeleteSessionResponse.Builder |
sessionId(String sessionId)
The unique identifier for the session.
|
DeleteSessionResponse.Builder |
userId(String userId)
The ID of the client application user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSessionResponse.Builder botName(String botName)
The name of the bot associated with the session data.
botName - The name of the bot associated with the session data.DeleteSessionResponse.Builder botAlias(String botAlias)
The alias in use for the bot associated with the session data.
botAlias - The alias in use for the bot associated with the session data.DeleteSessionResponse.Builder userId(String userId)
The ID of the client application user.
userId - The ID of the client application user.DeleteSessionResponse.Builder sessionId(String sessionId)
The unique identifier for the session.
sessionId - The unique identifier for the session.Copyright © 2023. All rights reserved.