Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.OutputContext.Builder
-
Packages that use OutputContext.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of OutputContext.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return OutputContext.Builder Modifier and Type Method Description static OutputContext.BuilderOutputContext. builder()OutputContext.BuilderOutputContext.Builder. name(String name)The name of the output context.OutputContext.BuilderOutputContext.Builder. timeToLiveInSeconds(Integer timeToLiveInSeconds)The amount of time, in seconds, that the output context should remain active.OutputContext.BuilderOutputContext. toBuilder()OutputContext.BuilderOutputContext.Builder. turnsToLive(Integer turnsToLive)The number of conversation turns that the output context should remain active.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type OutputContext.Builder Modifier and Type Method Description static Class<? extends OutputContext.Builder>OutputContext. serializableBuilderClass()
-