UpdateText

data class UpdateText(val text: String) : ReportIntent(source)

Carries UpdateText data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

text

text value consumed by the API.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard