V2modelsIntentOutputContextArgs

data class V2modelsIntentOutputContextArgs(val name: Output<String>, val timeToLiveInSeconds: Output<Int>, val turnsToLive: Output<Int>) : ConvertibleToJava<V2modelsIntentOutputContextArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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
val turnsToLive: Output<Int>

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.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentOutputContextArgs