TextResponse

data class TextResponse(val content: String, val format: String)

A widget that displays textual content.

Constructors

Link copied to clipboard
constructor(content: String, format: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text content to be displayed.

Link copied to clipboard

How the text content is formatted.