Text

data class Text(val body: String) : InvocationInput(source)

Request body decoded as a UTF-8 string (used for JSON/text content types).

Constructors

Link copied to clipboard
constructor(body: String)

Properties

Link copied to clipboard