| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.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 is active.
|
ActiveContextTimeToLive.Builder |
ActiveContextTimeToLive.toBuilder() |
ActiveContextTimeToLive.Builder |
ActiveContextTimeToLive.Builder.turnsToLive(Integer turnsToLive)
The number of turns that the context is 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)
Indicates the number of turns or seconds that the context is active.
|
Copyright © 2021. All rights reserved.