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 is active.
|
ActiveContextTimeToLive.Builder |
turnsToLive(Integer turnsToLive)
The number of turns that the context is active.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActiveContextTimeToLive.Builder timeToLiveInSeconds(Integer timeToLiveInSeconds)
The number of seconds that the context is active. You can specify between 5 and 86400 seconds (24 hours).
timeToLiveInSeconds - The number of seconds that the context is active. You can specify between 5 and 86400 seconds (24
hours).ActiveContextTimeToLive.Builder turnsToLive(Integer turnsToLive)
The number of turns that the context is active. You can specify up to 20 turns. Each request and response from the bot is a turn.
turnsToLive - The number of turns that the context is active. You can specify up to 20 turns. Each request and
response from the bot is a turn.Copyright © 2021. All rights reserved.