V2modelsIntentOutputContext

data class V2modelsIntentOutputContext(val name: String, val timeToLiveInSeconds: Int, val turnsToLive: Int)

Constructors

Link copied to clipboard
constructor(name: String, timeToLiveInSeconds: Int, turnsToLive: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the output context.

Link copied to clipboard

Amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.

Link copied to clipboard

Number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.