CustomBotAction

@Serializable(with = BotActionSerializer::class)
class CustomBotAction constructor(val actionName: String) : BotAction

Constructors

Link copied to clipboard
constructor(actionName: String)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open override val actionName: String