Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.ActiveContextTimeToLive
-
Packages that use ActiveContextTimeToLive Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ActiveContextTimeToLive in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return ActiveContextTimeToLive Modifier and Type Method Description ActiveContextTimeToLiveActiveContext. timeToLive()Indicates the number of turns or seconds that the context is active.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type ActiveContextTimeToLive Modifier and Type Method Description ActiveContext.BuilderActiveContext.Builder. timeToLive(ActiveContextTimeToLive timeToLive)Indicates the number of turns or seconds that the context is active.
-