icon = $icon; $this->text = $text; $this->action = $action; } public function getIcon(): string { return $this->icon; } public function getText(): string|array { return $this->text; } public function getAction(): string { return $this->action; } public function getAdditionalProperties(): array { return []; } }