NamedValue

@JsonClass(generateAdapter = true)
class NamedValue(val name: String, val value: Value.StructuredValue)

A key-value pair representing a single context variable within a session context.

Constructors

Link copied to clipboard
constructor(name: String, value: Value.StructuredValue)

Properties

Link copied to clipboard

The identifier for this context variable.

Link copied to clipboard

The structured value associated with this context variable.