Uses of Interface
software.amazon.awssdk.services.lexruntime.model.ActiveContextTimeToLive.Builder
-
Packages that use ActiveContextTimeToLive.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of ActiveContextTimeToLive.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return ActiveContextTimeToLive.Builder Modifier and Type Method Description static ActiveContextTimeToLive.BuilderActiveContextTimeToLive. builder()ActiveContextTimeToLive.BuilderActiveContextTimeToLive.Builder. timeToLiveInSeconds(Integer timeToLiveInSeconds)The number of seconds that the context should be active after it is first sent in aPostContentorPostTextresponse.ActiveContextTimeToLive.BuilderActiveContextTimeToLive. toBuilder()ActiveContextTimeToLive.BuilderActiveContextTimeToLive.Builder. turnsToLive(Integer turnsToLive)The number of conversation turns that the context should be active.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type ActiveContextTimeToLive.Builder Modifier and Type Method Description static Class<? extends ActiveContextTimeToLive.Builder>ActiveContextTimeToLive. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type ActiveContextTimeToLive.Builder Modifier and Type Method Description default ActiveContext.BuilderActiveContext.Builder. timeToLive(Consumer<ActiveContextTimeToLive.Builder> timeToLive)The length of time or number of turns that a context remains active.
-