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