WordInvocationParameter
¶
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.