public static interface ActiveContextTimeToLive.Builder extends SdkPojo, CopyableBuilder<ActiveContextTimeToLive.Builder,ActiveContextTimeToLive>
| Modifier and Type | Method and Description |
|---|---|
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 |
turnsToLive(Integer turnsToLive)
The number of conversation turns that the context should be active.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActiveContextTimeToLive.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. You can set the value between 5 and 86,400 seconds (24 hours).
timeToLiveInSeconds - The number of seconds that the context should be active after it is first sent in a
PostContent or PostText response. You can set the value between 5 and 86,400
seconds (24 hours).ActiveContextTimeToLive.Builder turnsToLive(Integer turnsToLive)
The number of conversation turns that the context should be active. A conversation turn is one
PostContent or PostText request and the corresponding response from Amazon Lex.
turnsToLive - The number of conversation turns that the context should be active. A conversation turn is one
PostContent or PostText request and the corresponding response from Amazon
Lex.Copyright © 2023. All rights reserved.