| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveContextTimeToLive |
ActiveContextTimeToLive.clone() |
ActiveContextTimeToLive |
ActiveContext.getTimeToLive()
Indicates the number of turns or seconds that the context is active.
|
ActiveContextTimeToLive |
ActiveContextTimeToLive.withTimeToLiveInSeconds(Integer timeToLiveInSeconds)
The number of seconds that the context is active.
|
ActiveContextTimeToLive |
ActiveContextTimeToLive.withTurnsToLive(Integer turnsToLive)
The number of turns that the context is active.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveContext.setTimeToLive(ActiveContextTimeToLive timeToLive)
Indicates the number of turns or seconds that the context is active.
|
ActiveContext |
ActiveContext.withTimeToLive(ActiveContextTimeToLive timeToLive)
Indicates the number of turns or seconds that the context is active.
|
Copyright © 2021. All rights reserved.