| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveContextTimeToLive |
ActiveContextTimeToLive.clone() |
ActiveContextTimeToLive |
ActiveContext.getTimeToLive()
The length of time or number of turns that a context remains active.
|
ActiveContextTimeToLive |
ActiveContextTimeToLive.withTimeToLiveInSeconds(Integer timeToLiveInSeconds)
The number of seconds that the context should be active after it is first sent in a
PostContent or
PostText response. |
ActiveContextTimeToLive |
ActiveContextTimeToLive.withTurnsToLive(Integer turnsToLive)
The number of conversation turns that the context should be active.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveContext.setTimeToLive(ActiveContextTimeToLive timeToLive)
The length of time or number of turns that a context remains active.
|
ActiveContext |
ActiveContext.withTimeToLive(ActiveContextTimeToLive timeToLive)
The length of time or number of turns that a context remains active.
|
Copyright © 2023. All rights reserved.