data class MediaActionDescriptor : MediaMessageDescriptor (source)
Descriptor for MediaAction.
<init> |
Descriptor for MediaAction. MediaActionDescriptor(title: I18nLabelValue, url: String? = null) |
title |
val title: I18nLabelValue |
type |
The type of message. val type: MediaMessageType |
url |
var url: String? |
toMessage |
Creates a MediaMessage for the specified BotBus. fun toMessage(bus: BotBus): MediaAction |