Uses of Interface
software.amazon.awssdk.services.lexruntime.model.DeleteSessionResponse.Builder
-
Packages that use DeleteSessionResponse.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of DeleteSessionResponse.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return DeleteSessionResponse.Builder Modifier and Type Method Description DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. botAlias(String botAlias)The alias in use for the bot associated with the session data.DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. botName(String botName)The name of the bot associated with the session data.static DeleteSessionResponse.BuilderDeleteSessionResponse. builder()DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. sessionId(String sessionId)The unique identifier for the session.DeleteSessionResponse.BuilderDeleteSessionResponse. toBuilder()DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. userId(String userId)The ID of the client application user.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type DeleteSessionResponse.Builder Modifier and Type Method Description static Class<? extends DeleteSessionResponse.Builder>DeleteSessionResponse. serializableBuilderClass()
-