Content

data class Content(val value: String) : QuickResponseDataProvider

The content of the quick response.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this QuickResponseDataProvider as a Content and retrieves its kotlin.String value. Throws an exception if the QuickResponseDataProvider is not a Content.

Link copied to clipboard

Casts this QuickResponseDataProvider as a Content and retrieves its kotlin.String value. Returns null if the QuickResponseDataProvider is not a Content.