'array', ]; public function isProactive(): bool { return $this->type === self::TYPE_PROACTIVE; } public function isFromFox(): bool { return $this->role === self::ROLE_ASSISTANT; } }