BotOutputContext

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

A session context that is activated when an intent is fulfilled.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard