Other

data class Other(val rawData: String = "") : ContentData.Action

Used for unknown action types, which aren't present in the current version of Conversations SDK.

Constructors

Link copied to clipboard
fun Other(rawData: String = "")

Properties

Link copied to clipboard
open override val rawData: String

Full data as stringified JSON. Can be used for new action types and fields which are not supported in the current version of Conversations SDK.