WordInvocationParameter

API: Internal/Beta

A static value for an InvocationParameter

data class WordInvocationParameter(
    val word: String,
    val type: String /* "word" */,
)

This value is static and will always produce only a single value. As a result, you do not need to escape any values for this parameter.

Properties
word: String
type: String /* "word" */ The type discriminator

API: Stable