TextValue

class TextValue(val textValue: String) : Value

Represents a text value of an input response.

Parameters

textValue

The text value of the response.

Constructors

Link copied to clipboard
constructor(textValue: String)

Properties

Link copied to clipboard
val textValue: String
Link copied to clipboard