| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static ActiveContextTimeToLive.Builder |
ActiveContextTimeToLive.builder() |
ActiveContextTimeToLive.Builder |
ActiveContextTimeToLive.Builder.timeToLiveInSeconds(Integer timeToLiveInSeconds)
The number of seconds that the context should be active after it is first sent in a
PostContent
or PostText response. |
ActiveContextTimeToLive.Builder |
ActiveContextTimeToLive.toBuilder() |
ActiveContextTimeToLive.Builder |
ActiveContextTimeToLive.Builder.turnsToLive(Integer turnsToLive)
The number of conversation turns that the context should be active.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActiveContextTimeToLive.Builder> |
ActiveContextTimeToLive.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActiveContext.Builder |
ActiveContext.Builder.timeToLive(Consumer<ActiveContextTimeToLive.Builder> timeToLive)
The length of time or number of turns that a context remains active.
|
Copyright © 2023. All rights reserved.