Uses of Class
software.amazon.awssdk.services.lexruntime.model.ActiveContextTimeToLive
-
Packages that use ActiveContextTimeToLive Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of ActiveContextTimeToLive in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return ActiveContextTimeToLive Modifier and Type Method Description ActiveContextTimeToLiveActiveContext. timeToLive()The length of time or number of turns that a context remains active.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type ActiveContextTimeToLive Modifier and Type Method Description ActiveContext.BuilderActiveContext.Builder. timeToLive(ActiveContextTimeToLive timeToLive)The length of time or number of turns that a context remains active.
-