OutputContext

Describes a session context that is activated when an intent is fulfilled.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the output context.

Link copied to clipboard

The 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

The 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
inline fun copy(block: OutputContext.Builder.() -> Unit = {}): OutputContext
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String