public static interface DeleteSessionResponse.Builder extends LexRuntimeV2Response.Builder, SdkPojo, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionResponse.Builder |
botAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
|
DeleteSessionResponse.Builder |
botId(String botId)
The identifier of the bot that contained the session data.
|
DeleteSessionResponse.Builder |
localeId(String localeId)
The locale where the session was used.
|
DeleteSessionResponse.Builder |
sessionId(String sessionId)
The identifier of the deleted session.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSessionResponse.Builder botId(String botId)
The identifier of the bot that contained the session data.
botId - The identifier of the bot that contained the session data.DeleteSessionResponse.Builder botAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
botAliasId - The alias identifier in use for the bot that contained the session data.DeleteSessionResponse.Builder localeId(String localeId)
The locale where the session was used.
localeId - The locale where the session was used.DeleteSessionResponse.Builder sessionId(String sessionId)
The identifier of the deleted session.
sessionId - The identifier of the deleted session.Copyright © 2023. All rights reserved.