CustomBotAction

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

Constructors

Link copied to clipboard
constructor(actionName: String)

Properties

Link copied to clipboard
open override val 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