V2models Intent Output Context
data class V2modelsIntentOutputContext(val name: String, val timeToLiveInSeconds: Int, val turnsToLive: Int)
Properties
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.