| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputContext.Builder |
OutputContext.builder() |
OutputContext.Builder |
OutputContext.Builder.name(String name)
The name of the context.
|
OutputContext.Builder |
OutputContext.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. |
OutputContext.Builder |
OutputContext.toBuilder() |
OutputContext.Builder |
OutputContext.Builder.turnsToLive(Integer turnsToLive)
The number of conversation turns that the context should be active.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputContext.Builder> |
OutputContext.serializableBuilderClass() |
Copyright © 2023. All rights reserved.