ActiveContextTimeToLive

The time that a context is active. You can specify the time to live in seconds or in conversation turns.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of seconds that the context is active. You can specify between 5 and 86400 seconds (24 hours).

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String