Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.DeleteSessionResponse.Builder
-
Packages that use DeleteSessionResponse.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of DeleteSessionResponse.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return DeleteSessionResponse.Builder Modifier and Type Method Description DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. botAliasId(String botAliasId)The alias identifier in use for the bot that contained the session data.DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. botId(String botId)The identifier of the bot that contained the session data.static DeleteSessionResponse.BuilderDeleteSessionResponse. builder()DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. localeId(String localeId)The locale where the session was used.DeleteSessionResponse.BuilderDeleteSessionResponse.Builder. sessionId(String sessionId)The identifier of the deleted session.DeleteSessionResponse.BuilderDeleteSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type DeleteSessionResponse.Builder Modifier and Type Method Description static Class<? extends DeleteSessionResponse.Builder>DeleteSessionResponse. serializableBuilderClass()
-